[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Registriert einen Benutzerbefehl für diesen Knoten.

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

Syntax

C#
protected void AddCommand(
	string caption,
	string command
)
Visual Basic
Protected Sub AddCommand ( _
	caption As String, _
	command As String _
)
F#
member AddCommand : 
        caption:string * 
        command:string -> unit 

Parameters

caption
Type: System..::..String
Die Beschriftung für diesen Befehl.
command
Type: System..::..String
Ein Befehls-Code.

See Also