InkDrawingNode.SemanticType-Eigenschaft
Ruft den semantischen Typ ab oder legt diesen fest, so wie von den Analysemodulen definiert.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Property SemanticType As SemanticType
'Usage
Dim instance As InkDrawingNode
Dim value As SemanticType
value = instance.SemanticType
instance.SemanticType = value
public SemanticType SemanticType { get; set; }
public:
property SemanticType SemanticType {
SemanticType get ();
void set (SemanticType value);
}
/** @property */
public SemanticType get_SemanticType()
/** @property */
public void set_SemanticType(SemanticType value)
public function get SemanticType () : SemanticType
public function set SemanticType (value : SemanticType)
Eigenschaftenwert
Typ: Microsoft.Ink.SemanticType
Der semantische Typ gemäß der Definition der Analysemodule.
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