共用方式為


BluetoothLEAdvertisement.GetSectionsByType(Byte) 方法

定義

傳回符合 BluetoothLEAdvertisement中指定廣告區段類型的廣告資料區段清單。

public:
 virtual IVectorView<BluetoothLEAdvertisementDataSection ^> ^ GetSectionsByType(byte type) = GetSectionsByType;
IVectorView<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte const& type);
public IReadOnlyList<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte type);
function getSectionsByType(type)
Public Function GetSectionsByType (type As Byte) As IReadOnlyList(Of BluetoothLEAdvertisementDataSection)

參數

type
Byte

byte

廣告區段類型

傳回

符合指定廣告類型的所有 BluetoothLEAdvertisementDataSection 向量。 如果承載中找不到這類區段,這個方法會傳回空白清單。

Windows 需求

應用程式功能
bluetooth

適用於

另請參閱