INDCustomData.CustomDataTypeID Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’identificateur de type 16 octets pour les données personnalisées.
public:
property Platform::Array <byte> ^ CustomDataTypeID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> CustomDataTypeID();
/// [get: Windows.Foundation.Metadata.Deprecated("INDCustomData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::array_view <byte> CustomDataTypeID();
public byte[] CustomDataTypeID { get; }
public byte[] CustomDataTypeID { [Windows.Foundation.Metadata.Deprecated("INDCustomData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var byte[] = iNDCustomData.customDataTypeID;
Public ReadOnly Property CustomDataTypeID As Byte()
Valeur de propriété
Byte[]
byte[]
Tableau d’octets qui contient l’identificateur de type de données personnalisé.
- Attributs