指定全域唯一識別項 (GUID),以使用 GetPropertyData 方法取得段落節點的內容類型。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.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 的應用程式設定這個値,將沒有任何作用。當您使用 SavePropertiesData 或 SaveResults() 方法時,不會保存此值。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0
請參閱
參考
PropertyGuidsForContextNodes 類別