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


ContextNodeBase.GetPacketDescription - метод

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

For use with base classes only. Gets an array of type Guid that describes the types of packet data stored in the stroke with the specified identifier.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Function GetPacketDescription ( _
    strokeId As Integer _
) As Guid()
'Применение
Dim instance As ContextNodeBase
Dim strokeId As Integer
Dim returnValue As Guid()

returnValue = instance.GetPacketDescription(strokeId)
public Guid[] GetPacketDescription(
    int strokeId
)
public:
array<Guid>^ GetPacketDescription(
    int strokeId
)
public Guid[] GetPacketDescription(
    int strokeId
)
public function GetPacketDescription(
    strokeId : int
) : Guid[]

Параметры

  • strokeId
    Тип: System.Int32
    The identifier for the stroke.

Возвращаемое значение

Тип: array<System.Guid[]
The array of type Guid that describes the types of packet data stored in the stroke with the specified identifier.

Заметки

An ArgumentException is thrown if the ContextNodeBase object does not contain a stroke with the strokeId identifier.

Платформы

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

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

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

.NET Framework

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

См. также

Ссылки

ContextNodeBase Класс

ContextNodeBase - члены

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

ContextNodeBase.GetPacketData