NDCustomData.CustomDataTypeID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the 16-byte type identifier for the custom data.
public:
property Platform::Array <byte> ^ CustomDataTypeID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> CustomDataTypeID();
/// [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> CustomDataTypeID();
public byte[] CustomDataTypeID { get; }
public byte[] CustomDataTypeID { [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.customDataTypeID;
Public ReadOnly Property CustomDataTypeID As Byte()
Property Value
Byte[]
byte[]
The custom data type identifier.
Implements
- Attributes