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