NDCustomData(Byte[], Byte[]) 생성자

정의

NDCustomData 클래스의 새 instance 만듭니다.

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

매개 변수

customDataTypeIDBytes

Byte[]

byte[]

사용자 지정 데이터의 형식 식별자입니다. 크기가 정확히 16바이트인 형식 식별자만 지원됩니다.

customDataBytes

Byte[]

byte[]

사용자 지정 데이터입니다.

특성

적용 대상