ContextNodeCreatedBaseEventArgs.NodeCreated-Eigenschaft
Ruft den Kontextknoten ab, den InkAnalyzerBase erstellt hat.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public ReadOnly Property NodeCreated As ContextNodeBase
'Usage
Dim instance As ContextNodeCreatedBaseEventArgs
Dim value As ContextNodeBase
value = instance.NodeCreated
public ContextNodeBase NodeCreated { get; }
public:
property ContextNodeBase^ NodeCreated {
ContextNodeBase^ get ();
}
/** @property */
public ContextNodeBase get_NodeCreated()
public function get NodeCreated () : ContextNodeBase
Eigenschaftenwert
Typ: System.Windows.Ink.AnalysisCore.ContextNodeBase
Der Kontextknoten, den InkAnalyzerBase erstellt hat.
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
ContextNodeCreatedBaseEventArgs-Klasse