次の方法で共有


INDLicenseFetchDescriptor.ContentID プロパティ

定義

ライセンスのフェッチに使用されるコンテンツ識別子を取得します。

public:
 property Platform::Array <byte> ^ ContentID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ContentID();
/// [get: Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor 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> ContentID();
public byte[] ContentID { get; }
public byte[] ContentID { [Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor 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[] = iNDLicenseFetchDescriptor.contentID;
Public ReadOnly Property ContentID As Byte()

プロパティ値

Byte[]

byte[]

コンテンツ識別子。

属性

適用対象