GlobalObjectCollection::Item Property (Int32)

 

Gets or sets the item at the given index.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property GlobalObject^ default[
	int index
] {
	GlobalObject^ get(int index);
	void set(int index, GlobalObject^ value);
}

Parameters

index
Type: System::Int32

The position of the requested item in the collection.

If index is null, throws an ArgumentNullException. Throws NotSupportedException on a set operation if IsReadOnly returns true.

Return to top
Show: