다음을 통해 공유


VoipPhoneCall.ContactName 속성

정의

중요

Windows.Phone.Networking.Voip 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. 대신 Windows.ApplicationModel.Calls 네임스페이스에서 해당 형식을 사용합니다.

VoIP 호출과 연결된 연락처 이름을 가져오거나 설정합니다.

public:
 property Platform::String ^ ContactName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContactName();

void ContactName(winrt::hstring value);
public string ContactName { get; set; }
var string = voipPhoneCall.contactName;
voipPhoneCall.contactName = string;
Public Property ContactName As String

속성 값

String

Platform::String

winrt::hstring

VoIP 호출과 연결된 연락처 이름입니다.

Windows 요구 사항

앱 기능
ID_CAP_VOIP [Windows Phone]

적용 대상