IContactCallActivatedEventArgs.ServiceId 속성

정의

호출에 사용되는 서비스의 식별자를 가져옵니다.

public:
 property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = iContactCallActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String

속성 값

String

Platform::String

winrt::hstring

호출에 사용되는 서비스의 식별자입니다.

설명

연락처 작업을 통해 앱 활성화를 처리하는 방법에 대한 자세한 내용은 빠른 시작: 연락처 작업 처리를 참조하세요 .

적용 대상

추가 정보