다음을 통해 공유


PhoneCall.GetFromId(String) 메서드

정의

지정된 호출 식별자에 대한 새 PhoneCall 개체를 만드는 정적 팩터리 메서드입니다.

public:
 static PhoneCall ^ GetFromId(Platform::String ^ callId);
 static PhoneCall GetFromId(winrt::hstring const& callId);
public static PhoneCall GetFromId(string callId);
function getFromId(callId)
Public Shared Function GetFromId (callId As String) As PhoneCall

매개 변수

callId
String

Platform::String

winrt::hstring

해당 PhoneCall 개체를 만들 호출 식별자입니다.

반환

callId에 해당하는 새 PhoneCall 개체이거나 null 지정된 통화 식별자가 있는 전화 통화를 찾을 수 없는 경우 입니다.

Windows 요구 사항

앱 기능
phoneCall

적용 대상

추가 정보