次の方法で共有


GattCharacteristic.PresentationFormats プロパティ

定義

集計形式記述子で指定された順序で、この GattCharacteristic に関連付けられているプレゼンテーション形式記述子の一覧を取得します。

PresentationFormat 記述子または集計形式記述子が見つからない場合、リストは空である必要があります。

public:
 property IVectorView<GattPresentationFormat ^> ^ PresentationFormats { IVectorView<GattPresentationFormat ^> ^ get(); };
IVectorView<GattPresentationFormat> PresentationFormats();
public IReadOnlyList<GattPresentationFormat> PresentationFormats { get; }
var iVectorView = gattCharacteristic.presentationFormats;
Public ReadOnly Property PresentationFormats As IReadOnlyList(Of GattPresentationFormat)

プロパティ値

この GattCharacteristic に関連付けられたプレゼンテーション形式記述子のリストを含む GattPresentationFormat オブジェクトの配列を、集計形式記述子で指定された順序で指定します。

Windows の要件

アプリの機能
bluetooth

適用対象