ContextNodeMovingToPositionEventArgs.ParentNode-Eigenschaft
Ruft den übergeordneten Kontextknoten von ContextNode ab, den InkAnalyzer verschiebt.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public ReadOnly Property ParentNode As ContextNode
'Usage
Dim instance As ContextNodeMovingToPositionEventArgs
Dim value As ContextNode
value = instance.ParentNode
public ContextNode ParentNode { get; }
public:
property ContextNode^ ParentNode {
ContextNode^ get ();
}
/** @property */
public ContextNode get_ParentNode()
public function get ParentNode () : ContextNode
Eigenschaftenwert
Typ: Microsoft.Ink.ContextNode
Der übergeordnete Kontextknoten von ContextNode, den InkAnalyzer verschiebt.
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
ContextNodeMovingToPositionEventArgs-Klasse