WritingRegionNode.SemanticType-Eigenschaft
Ruft den von den Analysemodulen definierten SemanticType ab oder legt diesen fest.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Property SemanticType As SemanticType
'Usage
Dim instance As WritingRegionNode
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 von den Analysemodulen definierte SemanticType.
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