Share via


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
‘사용 방법
Dim instance As GlobalTypeCollection
Dim item As GlobalType
Dim returnValue As Boolean

returnValue = instance.Contains(item)
public bool Contains(
    GlobalType item
)
public:
bool Contains(
    GlobalType^ item
)
member Contains : 
        item:GlobalType -> bool 
public function Contains(
    item : GlobalType
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace