TabletPropertyDescription.PacketPropertyId, propriété
Mise à jour : November 2007
Reçoit l'identificateur pour le type de propriété de paquet.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PacketPropertyId As Guid
'Utilisation
Dim instance As TabletPropertyDescription
Dim value As Guid
value = instance.PacketPropertyId
public Guid PacketPropertyId { get; }
public:
property Guid PacketPropertyId {
Guid get ();
}
/** @property */
public Guid get_PacketPropertyId()
public function get PacketPropertyId () : Guid
Valeur de propriété
Type : System.Guid
Identificateur pour le type de propriété de paquet. Ce Guid (page pouvant être en anglais) est l'un des champs PacketProperty.
Exemples
Cet exemple C# reçoit l'identificateur de la propriété de paquet pour le TabletPropertyDescription, theTabletPropertyDescription.
Guid theTabletPropertyDescriptionID = theTabletPropertyDescription.PacketPropertyId;
Cet exemple Microsoft® Visual Basic® .NET obtient l'identificateur de la propriété de paquet pour le TabletPropertyDescription, theTabletPropertyDescription.
Dim theTabletPropertyDescriptionID As Guid = theTabletPropertyDescription.PacketPropertyId
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0
Voir aussi
Référence
TabletPropertyDescription, classe