PropertyGuidsForContextNodesBase.ContentType 欄位
指定全域唯一識別項 (GUID),該識別項會使用 GetPropertyData 和 SetPropertyData 方法取得或設定段落節點的型別。
命名空間: System.Windows.Ink.AnalysisCore
組件: IACore (在 IACore.dll 中)
語法
'宣告
Public Shared ReadOnly ContentType As Guid
'用途
Dim value As Guid
value = PropertyGuidsForContextNodesBase.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 的應用程式設定這個値沒有任何作用。亦即,不會使用 SavePropertiesData 或 SaveResults() 方法來保存這個值。
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0
請參閱
參考
PropertyGuidsForContextNodesBase 類別