[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)
Gibt ein IDictionary<(Of <(<'TKey, TValue>)>)> 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.Ext.RemotingAssembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.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> |