ContactBindingManager.CreateContactBindingTileAsync method

Creates a tile for the specified contact binding with the supplied context string.

Syntax

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
)

Parameters

  • LocalContext
    Type: System.String [.NET] | Platform::String [C++]

    The context string that is passed to the app when the tile is tapped.

  • binding
    Type: ContactBinding

    The contact binding for which the tile is created.

Return value

Type: IAsyncAction

An asynchronous action. If you use Asynchronous programming, the result type is void.

Requirements

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

See also

ContactBindingManager

Asynchronous programming