ContactInstantMessageField 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메신저 대화(메신저) 주소인 필드를 정의합니다.
public ref class ContactInstantMessageField sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactInstantMessageField final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class ContactInstantMessageField final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactInstantMessageField
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Contacts.IContactInstantMessageFieldFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class ContactInstantMessageField
function ContactInstantMessageField(userName, category, service, displayText, verb)
Public NotInheritable Class ContactInstantMessageField
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
contactsSystem
|
설명
연락처 공급자가 요청된 연락처 정보를 반환하면 앱에서 ContactInstantMessageField 개체의 컬렉션을 받습니다. ContactInformation.InstantMessages 속성을 통해 이러한 개체에 액세스할 수 있습니다.
생성자
ContactInstantMessageField(String, ContactFieldCategory, String, String, Uri) |
새 ContactInstantMessageField개체를 만듭니다. 참고 IContactInstantMessageFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactConnectedServiceAccount를 사용합니다. |
ContactInstantMessageField(String, ContactFieldCategory) |
새 ContactInstantMessageField개체를 만듭니다. 참고 IContactInstantMessageFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactConnectedServiceAccount를 사용합니다. |
ContactInstantMessageField(String) |
새 ContactInstantMessageField개체를 만듭니다. 참고 IContactInstantMessageFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactConnectedServiceAccount를 사용합니다. |