다음을 통해 공유


CoreApplication.Id 속성

정의

프로세스에 대한 패키지 상대 앱 식별자를 가져옵니다.

public:
 static property Platform::String ^ Id { Platform::String ^ get(); };
static winrt::hstring Id();
public static string Id { get; }
var string = CoreApplication.id;
Public Shared ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

프로세스에 대한 패키지 상대 앱 식별자입니다.

설명

Windows Phone 8

이 API는 네이티브 앱에서만 지원됩니다.

적용 대상