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


Stroke.PacketDescription - свойство

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

Gets an array of type Guid that describes the types of packet data stored in the Stroke object.

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

Синтаксис

'Декларация
Public ReadOnly Property PacketDescription As Guid()
'Применение
Dim instance As Stroke
Dim value As Guid()

value = instance.PacketDescription
public Guid[] PacketDescription { get; }
public:
property array<Guid>^ PacketDescription {
    array<Guid>^ get ();
}
/** @property */
public Guid[] get_PacketDescription()
public function get PacketDescription () : Guid[]

Значение свойства

Тип: array<System.Guid[]
An array of type Guid that describes the types of packet data stored in the Stroke object.

Заметки

For a complete list of available packet properties, see the PacketProperty object.

Примеры

This C# example returns the array of packet data, stored as globally unique identifiers (GUIDs), for a Stroke, theStroke.

System.Guid[] thePacketDescription = theStroke.PacketDescription;

This Microsoft Visual Basic .NET example returns the array of packet data, stored as GUIDs, for a Stroke, theStroke.

Dim thePacketDescription() As Guid = theStroke.PacketDescription

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

Stroke Класс

Stroke - члены

Microsoft.Ink - пространство имен

PacketProperty