ContactPickerUI.AddContact Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
AddContact(Contact) |
Menambahkan Kontak. |
AddContact(String, Contact) |
Menambahkan Kontak. Catatan AddContact dapat diubah atau tidak tersedia untuk rilis setelah Windows 8.1. Sebagai gantinya, gunakan AddContact tanpa ID. |
AddContact(Contact)
public:
virtual AddContactResult AddContact(Contact ^ contact) = AddContact;
AddContactResult AddContact(Contact const& contact);
public AddContactResult AddContact(Contact contact);
function addContact(contact)
Public Function AddContact (contact As Contact) As AddContactResult
Parameter
- contact
- Contact
Objek yang berisi informasi kontak.
Mengembalikan
Nilai berjenis AddContactResult yang menunjukkan apakah kontak berhasil ditambahkan.
Persyaratan Windows
Kemampuan aplikasi |
contactsSystem
|
Keterangan
Catatan
Properti Contact.Id harus diatur saat Anda memanggil AddContact. Jika Contact.Id tidak diatur, aplikasi Anda akan gagal.
Lihat juga
Berlaku untuk
AddContact(String, Contact)
Menambahkan Kontak.
Catatan
AddContact dapat diubah atau tidak tersedia untuk rilis setelah Windows 8.1. Sebagai gantinya, gunakan AddContact tanpa ID.
public:
virtual AddContactResult AddContact(Platform::String ^ id, Contact ^ contact) = AddContact;
/// [Windows.Foundation.Metadata.Deprecated("AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
AddContactResult AddContact(winrt::hstring const& id, Contact const& contact);
/// [Windows.Foundation.Metadata.Deprecated("AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
AddContactResult AddContact(winrt::hstring const& id, Contact const& contact);
[Windows.Foundation.Metadata.Deprecated("AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public AddContactResult AddContact(string id, Contact contact);
[Windows.Foundation.Metadata.Deprecated("AddContact may be altered or unavailable for releases after Windows 8.1. Instead, use AddContact without the ID.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public AddContactResult AddContact(string id, Contact contact);
function addContact(id, contact)
Public Function AddContact (id As String, contact As Contact) As AddContactResult
Parameter
- id
-
String
Platform::String
winrt::hstring
ID untuk kontak.
- contact
- Contact
Objek yang berisi informasi kontak.
Mengembalikan
Nilai berjenis AddContactResult yang menunjukkan apakah kontak berhasil ditambahkan.
- Atribut
Persyaratan Windows
Kemampuan aplikasi |
contactsSystem
|