GattCharacteristic.GetAllDescriptors メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この GattCharacteristic インスタンスに属するすべての記述子のコレクションを取得します。
重要
GetAllDescriptors API は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 代わりに、 GetDescriptorsAsync を使用します。
public:
virtual IVectorView<GattDescriptor ^> ^ GetAllDescriptors() = GetAllDescriptors;
IVectorView<GattDescriptor> GetAllDescriptors();
/// [Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsAsync instead of GetAllDescriptors. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDescriptor> GetAllDescriptors();
public IReadOnlyList<GattDescriptor> GetAllDescriptors();
[Windows.Foundation.Metadata.Deprecated("Use GetDescriptorsAsync instead of GetAllDescriptors. For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<GattDescriptor> GetAllDescriptors();
function getAllDescriptors()
Public Function GetAllDescriptors () As IReadOnlyList(Of GattDescriptor)
戻り値
この GattCharacteristic インスタンスに属するすべての記述子のコレクション。
- 属性
Windows の要件
アプリの機能 |
bluetooth
|