Udostępnij za pośrednictwem


ContactPicker.CommitButtonText Property

Definition

Sets the text for the confirmation button in the Contact Picker user interface.

Note

This property is no longer available starting with Windows 10.

public:
 property Platform::String ^ CommitButtonText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CommitButtonText();

void CommitButtonText(winrt::hstring value);
public string CommitButtonText { get; set; }
var string = contactPicker.commitButtonText;
contactPicker.commitButtonText = string;
Public Property CommitButtonText As String

Property Value

String

Platform::String

winrt::hstring

The text of the button.

Windows requirements

App capabilities
contactsSystem

Remarks

We recommend you set CommitButtonText to provide an indication to the user that they have selected a contact or set of contacts.

Applies to