UserDataAccount.TryShowCreateContactGroupAsync Method

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

public:
 virtual IAsyncOperation<Platform::String ^> ^ TryShowCreateContactGroupAsync() = TryShowCreateContactGroupAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> TryShowCreateContactGroupAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> TryShowCreateContactGroupAsync();
function tryShowCreateContactGroupAsync()
Public Function TryShowCreateContactGroupAsync () As IAsyncOperation(Of String)

Returns

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to