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


ContextNodeBase.GetPacketData - метод

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

For use with base classes only. Gets the data packets that make up the stroke specified by the stroke identifier.

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

Синтаксис

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

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

Параметры

  • strokeId
    Тип: System.Int32
    The identifier of the stroke for which to return the packet data..

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

Тип: array<System.Int32[]
An array of integers that specifies the packet data for the specified stroke.

Заметки

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

For information about what data is included in packet data, see the PacketProperty class.

Платформы

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.GetPacketDescription