ExtendedProperties.Item Property
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Gets the ExtendedProperty object at the specified index within the ExtendedProperties collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets the ExtendedProperty object at the specified index within the ExtendedProperties collection. | |
Item[Int32] | Gets the ExtendedProperty object at the specified index within the ExtendedProperties collection. |
Top
Remarks
Note
In C#, use the collection's indexer instead of using the collection's Item property.