WidgetResourceRequest.Content Property
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.
Gets or sets the stream of content that is provided in a PUT or UPDATE widget resource request.
public:
property IRandomAccessStreamReference ^ Content { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Content();
void Content(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Content { get; set; }
var iRandomAccessStreamReference = widgetResourceRequest.content;
widgetResourceRequest.content = iRandomAccessStreamReference;
Public Property Content As IRandomAccessStreamReference
Property Value
The stream of content that is provided in a PUT or UPDATE widget resource request.