다음을 통해 공유


AppNotificationInfo.Id 속성

정의

애플리케이션의 식별자를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

애플리케이션의 식별자입니다.

Windows 요구 사항

앱 기능
accessoryManager

설명

이 API를 호출하려면 애플리케이션 매니페스트에 ID_CAP_SMSID_CAP_SMS_COMPANION 기능을 지정해야 합니다.

적용 대상