ContactPicker.CommitButtonText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.