INDCustomData.CustomData 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 custom data.
public:
property Platform::Array <byte> ^ CustomData { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> CustomData();
/// [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> CustomData();
public byte[] CustomData { get; }
public byte[] CustomData { [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[] = iNDCustomData.customData;
Public ReadOnly Property CustomData As Byte()
Property Value
Byte[]
byte[]
The byte array that contains the custom data.
- Attributes