PhoneNumberInfo 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
전화 번호에 대한 정보입니다.
public ref class PhoneNumberInfo sealed : IStringable
/// [Windows.Foundation.Metadata.Activatable(Windows.Globalization.PhoneNumberFormatting.IPhoneNumberInfoFactory, 196608, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneNumberInfo final : IStringable
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Globalization.PhoneNumberFormatting.IPhoneNumberInfoFactory), 196608, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneNumberInfo : IStringable
function PhoneNumberInfo(number)
Public NotInheritable Class PhoneNumberInfo
Implements IStringable
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
생성자
PhoneNumberInfo(String) |
생성자입니다. |
속성
CountryCode |
이 전화 번호의 두 글자 국가 코드를 가져옵니다. |
PhoneNumber |
전화 번호를 가져옵니다. |
메서드
CheckNumberMatch(PhoneNumberInfo) |
두 PhoneNumberInfo 개체를 비교합니다. |
GetGeographicRegionCode() |
이 번호의 지리적 지역 코드를 가져옵니다. |
GetLengthOfGeographicalAreaCode() |
지리적 영역 코드의 문자 길이를 가져옵니다. |
GetLengthOfNationalDestinationCode() |
국가 대상 코드의 길이(문자)를 가져옵니다. |
GetNationalSignificantNumber() |
이 개체의 국가별 상당수를 가져옵니다. |
PredictNumberKind() |
이 개체에 표시되는 수의 종류를 추론적으로 예측합니다. |
ToString() |
전화 번호를 문자열로 렌더링합니다. |
TryParse(String, PhoneNumberInfo) |
지정된 입력 문자열을 전화 번호로 구문 분석하고 이를 캡슐화하는 PhoneNumberInfo 를 만드는 정적 메서드입니다. |
TryParse(String, String, PhoneNumberInfo) |
지정된 입력 문자열을 전화 번호(지정된 지역 코드 사용)로 구문 분석하고 이를 캡슐화하는 PhoneNumberInfo 를 만드는 정적 메서드입니다. |