Freigeben über


GraphCommandDefinition-Konstruktor

Erstellt eine neue GraphCommandDefinition.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Sub New ( _
    id As String, _
    label As String, _
    direction As GraphContextDirection, _
    priority As Integer _
)
public GraphCommandDefinition(
    string id,
    string label,
    GraphContextDirection direction,
    int priority
)
public:
GraphCommandDefinition(
    String^ id, 
    String^ label, 
    GraphContextDirection direction, 
    int priority
)
new : 
        id:string * 
        label:string * 
        direction:GraphContextDirection * 
        priority:int -> GraphCommandDefinition
public function GraphCommandDefinition(
    id : String, 
    label : String, 
    direction : GraphContextDirection, 
    priority : int
)

Parameter

  • id
    Typ: String

    Der eindeutige Bezeichner.

  • label
    Typ: String

    Die lesbare Bezeichnung.

  • priority
    Typ: Int32

    Die Priorität , die verwendet wird, um den Befehl zu sortieren, wenn er dem Benutzer angezeigt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCommandDefinition Klasse

Microsoft.VisualStudio.GraphModel-Namespace