共用方式為


PropertyGuidsForContextNodes.ContentType 欄位

指定用來使用 GetPropertyData 和 SetPropertyData 方法取得或設定段落節點之 ContentType 的全域唯一識別項 (GUID)。

命名空間:  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:僅限筆墨內容 ─ 這個段落的子系包含筆墨內容,包括 Lines、InkWords 和 InkDrawings。

  • 1:僅限非筆墨內容 ─ 這個段落的子系只包含非筆墨內容,包括 TextWords 和 Images。

  • 2:混合筆墨和非筆墨內容 ─ 這個段落的子系包含筆墨和非筆墨內容。

ContentType 是分析器用來對使用資料 Proxy 而且部分填入節點的應用程式,改善其節點填入的效能。如需資料 Proxy 和部分填入節點的詳細資訊,請參閱Data Proxy with Ink Analysis。對未使用資料 Proxy 的應用程式設定這個値沒有任何作用。亦即,不會使用 SavePropertiesDataSaveResults 方法來保存這個值。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

PropertyGuidsForContextNodes 類別

PropertyGuidsForContextNodes 成員

Microsoft.Ink 命名空間