GlobalTypeCollection.Item Property
Gets an item at the specified position.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As GlobalType
public GlobalType this[
int index
] { get; set; }
public:
property GlobalType^ default[int index] {
GlobalType^ get (int index);
void set (int index, GlobalType^ value);
}
member Item :
index:int -> GlobalType with get, set
JScript does not support indexed properties.
Parameters
index
Type: Int32The position of the item within the collection.
Property Value
Type: Microsoft.VisualStudio.Shell.Design.GlobalType
The item found at the given index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.