[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Prüft ob ein Knoten isoliert werden kann.

Namespace: DynamicNode.WinApp.Tools
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public static void NodeIsolateCheck(
	GUICore core,
	INode node,
	ConditionResult result
)
Visual Basic
Public Shared Sub NodeIsolateCheck ( _
	core As GUICore, _
	node As INode, _
	result As ConditionResult _
)
F#
static member NodeIsolateCheck : 
        core:GUICore * 
        node:INode * 
        result:ConditionResult -> unit 

Parameters

core
Type: DynamicNode.WinApp..::..GUICore
Der Anwendungskern.
node
Type: DynamicNode.Core..::..INode
Der ausgewählte Knoten.
result
Type: DynamicNode.Ext.Gui..::..ConditionResult
Der Container für das Ergebnis.

See Also