VpnAppId(VpnAppIdType, String) 생성자

정의

지정된 앱 ID 및 형식을 사용하여 VpnAppId 개체를 만듭니다.

public:
 VpnAppId(VpnAppIdType type, Platform::String ^ value);
 VpnAppId(VpnAppIdType const& type, winrt::hstring const& value);
public VpnAppId(VpnAppIdType type, string value);
function VpnAppId(type, value)
Public Sub New (type As VpnAppIdType, value As String)

매개 변수

type
VpnAppIdType

만들 앱 ID의 형식입니다.

value
String

Platform::String

winrt::hstring

만들 앱 ID의 값입니다. 지정된 형식 값에 대해 값이 올바르야 합니다.

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상