GattCharacteristic.PresentationFormats Proprietà

Definizione

Ottiene l'elenco dei descrittori di formato presentazione associati a questo GattCharacteristic, nell'ordine specificato dal descrittore formato aggregato.

L'elenco deve essere vuoto se non vengono trovati descrittori PresentationFormat o Aggregate Format.

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)

Valore della proprietà

Matrice di oggetti GattPresentationFormat che contengono l'elenco dei descrittori di formato presentazione associati a questo GattCharacteristic, nell'ordine specificato dal descrittore formato aggregato.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a