Property::IndexedValue Property (Object^, Object^, Object^, Object^)
Visual Studio 2015
Returns one element of a list.
Assembly: EnvDTE (in EnvDTE.dll)
property Object^ default[ Object^ Index1, Object^ Index2, Object^ Index3, Object^ Index4 ] { Object^ get(Object^ Index1, Object^ Index2, Object^ Index3, Object^ Index4); void set(Object^ Index1, Object^ Index2, Object^ Index3, Object^ Index4, Object^ value); }
Parameters
- Index1
-
Type:
System::Object^
Required. The index of the item to display.
- Index2
-
Type:
System::Object^
Optional. The index of the item to display. Reserved for future use.
- Index3
-
Type:
System::Object^
Optional. The index of the item to display. Reserved for future use.
- Index4
-
Type:
System::Object^
Optional. The index of the item to display. Reserved for future use.
IndexedValue is ignored unless the property returns a list as indicated by the NumIndices.
Show: