StoredContact.SetDisplayPictureAsync(IInputStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the display picture for a contact using an IInputStream object.
public:
virtual IAsyncAction ^ SetDisplayPictureAsync(IInputStream ^ stream) = SetDisplayPictureAsync;
IAsyncAction SetDisplayPictureAsync(IInputStream const& stream);
public IAsyncAction SetDisplayPictureAsync(IInputStream stream);
function setDisplayPictureAsync(stream)
Public Function SetDisplayPictureAsync (stream As IInputStream) As IAsyncAction
Parameters
- stream
- IInputStream
The stream containing the image data.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Implements
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|