NDCustomData.CustomData 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 les données personnalisées.
public:
property Platform::Array <byte> ^ CustomData { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> CustomData();
/// [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> CustomData();
public byte[] CustomData { get; }
public byte[] CustomData { [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[] = nDCustomData.customData;
Public ReadOnly Property CustomData As Byte()
Valeur de propriété
Byte[]
byte[]
Tableau d’octets qui contient les données personnalisées.
Implémente
- Attributs