[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt ein IDictionary mit allen Benutzerbefehlen für diesen Knoten zurück. Der Schlüssel-Eintrag ist der Befehls-Code und der zweite Eintrag ist die Beschriftung.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public IDictionary<string, string> Commands { get; }
Visual Basic
Public ReadOnly Property Commands As IDictionary(Of String, String)
	Get
F#
abstract Commands : IDictionary<string, string>
override Commands : IDictionary<string, string>

Field Value

The commands.

Implements

INode..::..Commands

See Also