ContactBindingManager.CreateContactBindingTileAsync method
Creates a tile for the specified contact binding with the supplied context string.
public IAsyncAction CreateContactBindingTileAsync(
string LocalContext,
ContactBinding binding
)
Public Function CreateContactBindingTileAsync(
LocalContext As String,
binding As ContactBinding
) As IAsyncAction
public:
IAsyncAction^ CreateContactBindingTileAsync(
String^ LocalContext,
ContactBinding^ binding
)
LocalContext
Type: System.String [.NET] | Platform::String [C++]The context string that is passed to the app when the tile is tapped.
binding
Type: ContactBindingThe contact binding for which the tile is created.
Type: IAsyncAction
An asynchronous action. If you use Asynchronous programming, the result type is void.
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
Namespace |
Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++] |
Metadata |
Windows.WinMD |
ContactBindingManager
Asynchronous programming