共用方式為


GlobalTypeCollection.Contains Method

Determines whether the specified item is in the collection

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

Syntax

'宣告
Public Function Contains ( _
    item As GlobalType _
) As Boolean
public bool Contains(
    GlobalType item
)

Parameters

Return Value

Type: System.Boolean
true if this collection contains the given item, otherwise false.

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace