CommandIdCollection.Remove Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Sub Remove ( _
    value As CommandID _
)
public void Remove(
    CommandID value
)
public:
void Remove(
    CommandID^ value
)
member Remove : 
        value:CommandID -> unit
public function Remove(
    value : CommandID
)

Parameters

  • value
    Type: CommandID

.NET Framework Security

See Also

Reference

CommandIdCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace