PropertyGuidsForContextNodes.ContentType 字段
指定一个全局唯一标识符 (GUID),该 GUID 可用于使用 GetPropertyData 和 SetPropertyData 方法获取和设置段落节点的 ContentType。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink.Analysis(在 Microsoft.Ink.Analysis.dll 中)
语法
声明
Public Shared ReadOnly ContentType As Guid
用法
Dim value As Guid
value = PropertyGuidsForContextNodes.ContentType
public static readonly Guid ContentType
public:
static initonly Guid ContentType
public static final Guid ContentType
public static final var ContentType : Guid
备注
ContentType 只在段落节点上有效。可能的值有:
0:仅墨迹内容 – 此段落的子级包含墨迹内容,包括 Line、InkWord 和 InkDrawing。
1:仅非墨迹内容 – 此段落的子级只包含非墨迹内容,包括 TextWord 和 Image。
2:混合墨迹内容和非墨迹内容 – 此段落的子级既包含墨迹内容,也包含非墨迹内容。
在使用部分填充节点的数据代理的应用程序中,分析器使用 ContentType 提高节点填充性能。有关数据代理和部分填充节点的更多信息,请参见Data Proxy with Ink Analysis。设置此值对于不使用数据代理的应用程序没有影响。系统不会使用 SavePropertiesData 或 SaveResults 方法保存该值。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0
另请参见
参考
PropertyGuidsForContextNodes 类