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.Object- The 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