IReposProperties::get_Item

Meta Data Services Programming

Meta Data Services Programming

IReposProperties::get_Item

This method retrieves the specified member from the Properties collection.

HRESULT get_Item(     VARIANT              sItem,
    IReposProperty   **ppIReposProperty
);

Parameters

sItem

[in]
Identifies the item to be retrieved from the collection. This parameter can be either the index or the name of the member, or the object identifier of the property definition object for the member.

*ppIReposProperty

[out]
The IReposProperty interface pointer for the specified collection member.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperties Interface

IReposProperty Interface