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

‘선언
Public Default Property Item ( _
    index As Integer _
) As GlobalType
    Get
    Set
‘사용 방법
Dim instance As GlobalTypeCollection
Dim index As Integer
Dim value As GlobalType

value = instance(index)

instance(index) = value
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 : GlobalType with get, set
JScript does not support indexed properties.

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.

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace