GlobalTypeCollection::Item Property (Int32)

 

Gets an item at the specified position.

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

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

Parameters

index
Type: System::Int32

The position of the item within the collection.

Property Value

Type: Microsoft.VisualStudio.Shell.Design::GlobalType^

The item found at the given index.

Return to top
Show: