[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine NodeInfoAttribute-Instanz. Als Knoten-Gruppe wird "Standard" verwendet.

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

Syntax

C#
public NodeInfoAttribute(
	string caption
)
Visual Basic
Public Sub New ( _
	caption As String _
)
F#
new : 
        caption:string -> NodeInfoAttribute

Parameters

caption
Type: System..::..String
Die Beschriftung des Knoten-Typs.

See Also