ConnectTileImage.SetImageAsync method

Sets the image data for the Connect tile image.

Syntax

public IAsyncAction SetImageAsync(
  IInputStream stream
)
Public Function SetImageAsync(
  stream As IInputStream 
) As IAsyncAction
public:
IAsyncAction^ SetImageAsync(
  IInputStream^ stream
)

Parameters

  • stream
    Type: IInputStream

    A stream containing the image data.

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

ConnectTileImage

Asynchronous programming