ContactField 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ContactField(String, ContactFieldType) |
참고 IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다. 새 ContactField개체를 만듭니다. |
ContactField(String, ContactFieldType, ContactFieldCategory) |
참고 IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다. 새 ContactField개체를 만듭니다. |
ContactField(String, String, ContactFieldType, ContactFieldCategory) |
참고 IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다. 새 ContactField개체를 만듭니다. |
ContactField(String, ContactFieldType)
참고
IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다.
새 ContactField개체를 만듭니다.
public:
ContactField(Platform::String ^ value, ContactFieldType type);
ContactField(winrt::hstring const& value, ContactFieldType const& type);
public ContactField(string value, ContactFieldType type);
function ContactField(value, type)
Public Sub New (value As String, type As ContactFieldType)
매개 변수
- value
-
String
Platform::String
winrt::hstring
필드에 포함된 값입니다.
- type
- ContactFieldType
연락처 데이터의 형식입니다.
Windows 요구 사항
앱 기능 |
contactsSystem
|
추가 정보
- ContactField(String, ContactFieldType, ContactFieldCategory)
- ContactField(String, String, ContactFieldType, ContactFieldCategory)
적용 대상
ContactField(String, ContactFieldType, ContactFieldCategory)
참고
IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다.
새 ContactField개체를 만듭니다.
public:
ContactField(Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
ContactField(winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(value, type, category)
Public Sub New (value As String, type As ContactFieldType, category As ContactFieldCategory)
매개 변수
- value
-
String
Platform::String
winrt::hstring
연락처 필드의 값입니다.
- type
- ContactFieldType
연락처 데이터의 형식입니다.
- category
- ContactFieldCategory
연락처가 속한 범주입니다.
Windows 요구 사항
앱 기능 |
contactsSystem
|
추가 정보
- ContactField(String, ContactFieldType)
- ContactField(String, String, ContactFieldType, ContactFieldCategory)
적용 대상
ContactField(String, String, ContactFieldType, ContactFieldCategory)
참고
IContactFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactPhone 또는 ContactEmail을 사용합니다.
새 ContactField개체를 만듭니다.
public:
ContactField(Platform::String ^ name, Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
ContactField(winrt::hstring const& name, winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string name, string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(name, value, type, category)
Public Sub New (name As String, value As String, type As ContactFieldType, category As ContactFieldCategory)
매개 변수
- name
-
String
Platform::String
winrt::hstring
필드의 이름입니다.
- value
-
String
Platform::String
winrt::hstring
필드에 포함된 값입니다.
- type
- ContactFieldType
필드의 형식입니다.
- category
- ContactFieldCategory
필드가 속한 범주입니다.
Windows 요구 사항
앱 기능 |
contactsSystem
|