Freigeben über


NDCustomData(Byte[], Byte[]) Konstruktor

Definition

Erstellt eine neue instance der NDCustomData-Klasse.

public:
 NDCustomData(Platform::Array <byte> ^ customDataTypeIDBytes, Platform::Array <byte> ^ customDataBytes);
 NDCustomData(winrt::array_view <byte> const& customDataTypeIDBytes, winrt::array_view <byte> const& customDataBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDCustomDataFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
 NDCustomData(winrt::array_view <byte> const& customDataTypeIDBytes, winrt::array_view <byte> const& customDataBytes);
public NDCustomData(byte[] customDataTypeIDBytes, byte[] customDataBytes);
[Windows.Foundation.Metadata.Deprecated("INDCustomDataFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public NDCustomData(byte[] customDataTypeIDBytes, byte[] customDataBytes);
function NDCustomData(customDataTypeIDBytes, customDataBytes)
Public Sub New (customDataTypeIDBytes As Byte(), customDataBytes As Byte())

Parameter

customDataTypeIDBytes

Byte[]

byte[]

Der Typbezeichner für die benutzerdefinierten Daten. Es wird nur ein Typbezeichner unterstützt, der genau 16 Bytes groß ist.

customDataBytes

Byte[]

byte[]

Die benutzerdefinierten Daten.

Attribute

Gilt für: