Freigeben über


NDCustomData.CustomData Eigenschaft

Definition

Ruft die benutzerdefinierten Daten ab.

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()

Eigenschaftswert

Byte[]

byte[]

Das Bytearray, das die benutzerdefinierten Daten enthält.

Implementiert

Attribute

Gilt für: