Share via


ExtendedProperties.get_Item Method

ExtendedProperties.get_Item Method

Returns the ExtendedProperty object at the known index in a ExtendedProperties collection.

Overload List

public ExtendedProperty get_Item(Guid)
public ExtendedProperty get_Item(Int32)

Remarks

An error occurs if the index doesn't match any existing member of the ExtendedProperties collection.

Note: [C#]  Use the ExtendedProperties collection's indexer as shown in the following example rather than using the ExtendedProperties collection's get_Item method.

Examples

See Also