Freigeben über


PinnedContactManager.RequestPinContactsAsync Methode

Definition

Heftet eine Sammlung von Kontakten an die Taskleiste oder das Startmenü an.

public:
 virtual IAsyncOperation<bool> ^ RequestPinContactsAsync(IIterable<Contact ^> ^ contacts, PinnedContactSurface surface) = RequestPinContactsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinContactsAsync(IIterable<Contact> const& contacts, PinnedContactSurface const& surface);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinContactsAsync(IEnumerable<Contact> contacts, PinnedContactSurface surface);
function requestPinContactsAsync(contacts, surface)
Public Function RequestPinContactsAsync (contacts As IEnumerable(Of Contact), surface As PinnedContactSurface) As IAsyncOperation(Of Boolean)

Parameter

contacts

IIterable<Contact>

IEnumerable<Contact>

Die Sammlung von Kontakten, die an die Taskleiste oder das Startmenü angeheften werden sollen.

surface
PinnedContactSurface

Ein pinnedContactSurface-Wert , der angibt, wo in der Windows-Benutzeroberfläche die Kontakte angeheftet werden sollen.

Gibt zurück

Ein asynchroner Vorgang, der einen booleschen Wert zurückgibt, der angibt, ob die Kontakte erfolgreich an den angegebenen Speicherort angeheftet wurden.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Hinweise

Diese Methode muss über den Standard UI-Thread aufgerufen werden.

Gilt für: