CommandIdCollection.IndexOf 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 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

  • value
    Type: CommandID

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

CommandIdCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace