PopulateContextNodeBaseEventArgs.NodeToPopulate-Eigenschaft
Ruft den Kontextknoten ab, auf den InkAnalyzerBase zugreift.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public ReadOnly Property NodeToPopulate As ContextNodeBase
'Usage
Dim instance As PopulateContextNodeBaseEventArgs
Dim value As ContextNodeBase
value = instance.NodeToPopulate
public ContextNodeBase NodeToPopulate { get; }
public:
property ContextNodeBase^ NodeToPopulate {
ContextNodeBase^ get ();
}
/** @property */
public ContextNodeBase get_NodeToPopulate()
public function get NodeToPopulate () : ContextNodeBase
Eigenschaftenwert
Typ: System.Windows.Ink.AnalysisCore.ContextNodeBase
Der Kontextknoten, auf den InkAnalyzerBase zugreift.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.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
PopulateContextNodeBaseEventArgs-Klasse