Partager via


NDCustomData(Byte[], Byte[]) Constructeur

Définition

Crée un instance de la 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())

Paramètres

customDataTypeIDBytes

Byte[]

byte[]

Identificateur de type pour les données personnalisées. Seul un identificateur de type d’une taille exacte de 16 octets est pris en charge.

customDataBytes

Byte[]

byte[]

Données personnalisées.

Attributs

S’applique à