VpnManagementAgent.UpdateProfileFromXmlAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力 ProfileXML でエンコードされた文字列に基づいて既存の VPN プロファイルを更新します (ProfileXML XSD
public:
virtual IAsyncOperation<VpnManagementErrorStatus> ^ UpdateProfileFromXmlAsync(Platform::String ^ xml) = UpdateProfileFromXmlAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromXmlAsync(winrt::hstring const& xml);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> UpdateProfileFromXmlAsync(string xml);
function updateProfileFromXmlAsync(xml)
Public Function UpdateProfileFromXmlAsync (xml As String) As IAsyncOperation(Of VpnManagementErrorStatus)
パラメーター
- xml
-
String
Platform::String
winrt::hstring
ProfileXML XML 文字列。
戻り値
エラーの状態を示す列挙値。
- 属性
Windows の要件
アプリの機能 |
networkingVpnProvider
|