共用方式為


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)

屬性值

GattPresentationFormat 物件的陣列,其中包含與此 GattCharacteristic 相關聯的簡報格式描述項清單,其順序是由匯總格式描述元所指定。

Windows 需求

應用程式功能
bluetooth

適用於