| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IRelatedPropertiesPair | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
virtual IRelatedPropertiesPair this[ int index ]; {get;} | |
| Managed Extensions for C++ | |
|---|---|
__property virtual IRelatedPropertiesPair* get_Item( int index ); | |
| C++/CLI | |
|---|---|
virtual property IRelatedPropertiesPair^ default [int] { IRelatedPropertiesPair^ get(int index); } | |
Parameters
- index
- The index of the item that is returned.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family