Property::IndexedValue Property (Object^, Object^, Object^, Object^)

 

Returns one element of a list.

Namespace:   EnvDTE
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.

Property Value

Type: System::Object^

An object.

IndexedValue is ignored unless the property returns a list as indicated by the NumIndices.

Return to top
Show: