VpnManagementAgent.DeleteProfileAsync(IVpnProfile) 메서드

정의

기존 VPN 프로필을 삭제합니다.

public:
 virtual IAsyncOperation<VpnManagementErrorStatus> ^ DeleteProfileAsync(IVpnProfile ^ profile) = DeleteProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VpnManagementErrorStatus> DeleteProfileAsync(IVpnProfile const& profile);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VpnManagementErrorStatus> DeleteProfileAsync(IVpnProfile profile);
function deleteProfileAsync(profile)
Public Function DeleteProfileAsync (profile As IVpnProfile) As IAsyncOperation(Of VpnManagementErrorStatus)

매개 변수

profile
IVpnProfile

VpnProfile 개체입니다.

반환

오류 상태를 나타내는 열거형 값입니다.

특성

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상