WritingRegionNode.SemanticType 属性

获取或设置分析引擎所定义的 SemanticType

命名空间:  System.Windows.Ink
程序集:  IAWinFX(在 IAWinFX.dll 中)

语法

声明
Public Property SemanticType As SemanticType
用法
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)

属性值

类型:System.Windows.Ink.SemanticType
分析引擎所定义的 SemanticType

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

WritingRegionNode 类

WritingRegionNode 成员

System.Windows.Ink 命名空间