Share via


CommandIdCollection.IndexOf Method

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

Syntax

'Declaration
Public Function IndexOf ( _
    value As CommandID _
) As Integer
public int IndexOf(
    CommandID value
)
public:
int IndexOf(
    CommandID^ value
)
member IndexOf : 
        value:CommandID -> int 
public function IndexOf(
    value : CommandID
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CommandIdCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace