Поделиться через


PropertyGuidsForContextNodesBase.ContentType - поле

Обновлен: Ноябрь 2007

Specifies the globally unique identifier (GUID) for getting and setting the type of a paragraph node using the GetPropertyData and SetPropertyData methods.

Пространство имен:  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 is only valid on a paragraph node. The possible values are:

  • 0: Ink Content Only – The children of this paragraph contain ink content, including Lines, InkWords and InkDrawings.

  • 1: Non-Ink Content Only – The children of this paragraph contain only non-ink content, including TextWords and Images.

  • 2: Mixed Ink and Non-Ink Content – The children of this paragraph contain both Ink and Non-Ink Content.

ContentType is used by the Analyzer to improve the performance of node population in applications that use Data Proxy that are partially populating nodes. For more information on Data Proxy and partially populating nodes, see Data Proxy with Ink Analysis. Setting this value has no effect for applications that are not using Data Proxy. The value will not be persisted using the SavePropertiesData or SaveResults() method.

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

PropertyGuidsForContextNodesBase Класс

PropertyGuidsForContextNodesBase - члены

System.Windows.Ink.AnalysisCore - пространство имен