MobileBroadbandSarManager.SetConfigurationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SAR 構成を変更する要求をデバイスに送信します。
注意
これはプレリリース API です。 適切な MobileBroadbandAntennaSar コンストラクターが使用可能になると、今後のリリースで完全に使用できるようになります。
この API を使用するには、Microsoft に連絡して、カスタム機能 のmicrosoft.cellularSARConfiguration_8wekyb3d8bbweを要求する必要があります。 詳細については、「アプリ機能宣言」トピックの「カスタム機能」セクションおよび「ハードウェア サポート アプリとドライバーをペアリングするためのカスタム機能の作成」を参照してください。
public:
virtual IAsyncAction ^ SetConfigurationAsync(IIterable<MobileBroadbandAntennaSar ^> ^ antennas) = SetConfigurationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetConfigurationAsync(IIterable<MobileBroadbandAntennaSar> const& antennas);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetConfigurationAsync(IEnumerable<MobileBroadbandAntennaSar> antennas);
function setConfigurationAsync(antennas)
Public Function SetConfigurationAsync (antennas As IEnumerable(Of MobileBroadbandAntennaSar)) As IAsyncAction
パラメーター
構成する SAR バックオフ プロパティを含むアンテナのコレクション。
戻り値
非同期アクション。
- 属性
Windows の要件
アプリの機能 |
cellularDeviceControl
cellularDeviceIdentity
microsoft.cellularSARConfiguration_8wekyb3d8bbwe
|
注釈
注