次の方法で共有


VpnManagementAgent.UpdateProfileFromXmlAsync(String) メソッド

定義

入力 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

適用対象