ConnectTileImage.SetImageAsync method
Sets the image data for the Connect tile image.
public IAsyncAction SetImageAsync(
IInputStream stream
)
Public Function SetImageAsync(
stream As IInputStream
) As IAsyncAction
public:
IAsyncAction^ SetImageAsync(
IInputStream^ stream
)
stream
Type: IInputStreamA stream containing the image data.
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 |
ConnectTileImage
Asynchronous programming