Condividi tramite


Proprietà WritingRegionNode.SemanticType

Aggiornamento: novembre 2007

Ottiene o imposta l'oggetto SemanticType definito dai motori di analisi.

Spazio dei nomi:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Sintassi

'Dichiarazione
Public Property SemanticType As SemanticType
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.Ink.SemanticType
Oggetto SemanticType definito dai motori di analisi.

Piattaforme

Windows Vista

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

WritingRegionNode Classe

Membri WritingRegionNode

Spazio dei nomi Microsoft.Ink