Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Query whether the specified key has been associated with a value in this context
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public bool Contains(
object key
)
public:
bool Contains(
Object^ key
)
member Contains :
key:Object -> bool
Public Function Contains (
key As Object
) As Boolean
Parameters
key
Type: System.ObjectThe key to lookup. Cannot be null.
Return Value
Type: System.Boolean
True if the key is found, else false.
See Also
ReferenceContext Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top