共用方式為


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
public GlobalType this[
    int index
] { get; set; }

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

Microsoft.VisualStudio.Shell.Design Namespace