![]() |
v2.41
|
|
Represents a parameter container. More...
Public Member Functions | |
| HRESULT | Contains ([in] GUID id, [out, retval] VARIANT_BOOL *pResult) |
| Indicates whether the object supports the parameter specified by the identifier. | |
| HRESULT | ContainsS ([in] BSTR id, [out, retval] VARIANT_BOOL *pContains) |
| Same as IParameterContainer::Contains, but accepting GUID as a string. | |
| HRESULT | Get ([in] GUID id, [out, retval] IParameter **ppParameter) |
| Gets a parameter by it's id. | |
| HRESULT | GetIds ([out, retval] IGuidCollection **ppIds) |
| Gets the identifiers of parameters in the collection. | |
| HRESULT | GetS ([in] BSTR id, [out, retval] IParameter **ppParameter) |
| Same as IParameterContainer::Get, but accepting GUID as a string. | |
Represents a parameter container.
This interface can be obtained from a model object via the IModelObject::GetParameters() method or as an additional interface from IEntity interface.
| HRESULT Contains | ( | [in] GUID | id, |
| [out, retval] VARIANT_BOOL * | pResult ) |
Indicates whether the object supports the parameter specified by the identifier.
| [in] | id | Identifier of the parameter. |
| [out] | pResult | TRUE if the object supports the parameter; otherwise returns FALSE. |
| HRESULT Get | ( | [in] GUID | id, |
| [out, retval] IParameter ** | ppParameter ) |
Gets a parameter by it's id.
| HRESULT GetIds | ( | [out, retval] IGuidCollection ** | ppIds | ) |
Gets the identifiers of parameters in the collection.