Freigeben über


ReferenceContext.Remove Method (Object)

 

Remove the association between the specified key and its value from the context, if any.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public void Remove(
    object key
)
public:
void Remove(
    Object^ key
)
member Remove : 
        key:Object -> unit
Public Sub Remove (
    key As Object
)

Parameters

  • key
    Type: System.Object

    The key of the {key,value} pair to be removed

Return Value

               

See Also

ReferenceContext Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top