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: StringDer eindeutige Bezeichner.
label
Typ: StringDie lesbare Bezeichnung.
direction
Typ: Microsoft.VisualStudio.GraphModel.GraphContextDirectionDie Richtung der GraphContexts, die mit diesem Befehl verknüpft ist.
priority
Typ: Int32Die Priorität , die verwendet wird, um den Befehl zu sortieren, wenn er dem Benutzer angezeigt wird.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.