Condividi tramite


NDCustomData(Byte[], Byte[]) Costruttore

Definizione

Crea una nuova istanza della classe NDCustomData .

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

Parametri

customDataTypeIDBytes

Byte[]

byte[]

Identificatore del tipo per i dati personalizzati. È supportato solo un identificatore di tipo di dimensioni pari esattamente a 16 byte.

customDataBytes

Byte[]

byte[]

Dati personalizzati.

Attributi

Si applica a