StoredContact 构造函数

定义

重载

StoredContact(ContactStore)

初始化 StoredContact 类的新实例。

StoredContact(ContactStore, ContactInformation)

初始化 StoredContact 类的新实例,并初始化提供的 ContactInformation 对象的属性值。

StoredContact(ContactStore)

初始化 StoredContact 类的新实例。

public:
 StoredContact(ContactStore ^ store);
 StoredContact(ContactStore const& store);
public StoredContact(ContactStore store);
function StoredContact(store)
Public Sub New (store As ContactStore)

参数

store
ContactStore

应在其中创建联系人的联系人存储区。

Windows 要求

应用功能
ID_CAP_CONTACTS [Windows Phone]

另请参阅

适用于

StoredContact(ContactStore, ContactInformation)

初始化 StoredContact 类的新实例,并初始化提供的 ContactInformation 对象的属性值。

public:
 StoredContact(ContactStore ^ store, ContactInformation ^ contact);
 StoredContact(ContactStore const& store, ContactInformation const& contact);
public StoredContact(ContactStore store, ContactInformation contact);
function StoredContact(store, contact)
Public Sub New (store As ContactStore, contact As ContactInformation)

参数

store
ContactStore

应在其中创建联系人的联系人存储区。

contact
ContactInformation

用于初始化新联系人对象属性的联系人信息对象。

Windows 要求

应用功能
ID_CAP_CONTACTS [Windows Phone]

另请参阅

适用于