다음을 통해 공유


SmsDevice2.AccountPhoneNumber 속성

정의

SMS 디바이스와 연결된 전화 번호를 가져옵니다. 전화 번호를 사용하여 들어오는 메시지를 계정 및 계정 받은 편지함과 같은 외부 스토리지 메커니즘과 연결할 수 있습니다.

public:
 property Platform::String ^ AccountPhoneNumber { Platform::String ^ get(); };
winrt::hstring AccountPhoneNumber();
public string AccountPhoneNumber { get; }
var string = smsDevice2.accountPhoneNumber;
Public ReadOnly Property AccountPhoneNumber As String

속성 값

String

Platform::String

winrt::hstring

계정 전화 번호의 문자열 표현입니다.

Windows 요구 사항

앱 기능
cellularMessaging sms

적용 대상

추가 정보