Partager via


InkDrawingNode.SemanticType, propriété

Mise à jour : November 2007

Obtient ou définit le type sémantique, tel que défini par les moteurs d'analyse.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)

Syntaxe

'Déclaration
Public Property SemanticType As SemanticType
'Utilisation
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)

Valeur de propriété

Type : Microsoft.Ink.SemanticType
Type sémantique, tel que défini par les moteurs d'analyse.

Plateformes

Windows Vista

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

InkDrawingNode, classe

Membres InkDrawingNode

Microsoft.Ink, espace de noms