Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Function Contains ( _
item As GlobalType _
) As Boolean
'Usage
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
- item
Type: Microsoft.VisualStudio.Shell.Design.GlobalType
The item to find.
Return Value
Type: System.Boolean
true if this collection contains the given item, otherwise false.
.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.