MobileBroadbandAccount.AvailableNetworkAccountIds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static property IVectorView<Platform::String ^> ^ AvailableNetworkAccountIds { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> AvailableNetworkAccountIds();
public static IReadOnlyList<string> AvailableNetworkAccountIds { get; }
var iVectorView = MobileBroadbandAccount.availableNetworkAccountIds;
Public Shared ReadOnly Property AvailableNetworkAccountIds As IReadOnlyList(Of String)
屬性值
網路服務提供者的所有網路帳戶識別碼清單,格式為 GUID。 您可以將這些 GUID 傳遞至 MobileBroadbandAccount.CreateFromNetworkAccountId 方法,並存取所產生 MobileBroadbandAccount 物件的屬性,以取得其詳細資訊。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|