AppBroadcastServices.StartPreview(Size) 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.
Starts the app broadcast preview.
public:
virtual AppBroadcastPreview ^ StartPreview(Size desiredSize) = StartPreview;
AppBroadcastPreview StartPreview(Size const& desiredSize);
public AppBroadcastPreview StartPreview(Size desiredSize);
function startPreview(desiredSize)
Public Function StartPreview (desiredSize As Size) As AppBroadcastPreview
Parameters
- desiredSize
- Size
An object specifying the size, in pixels, of the app broadcast preview.
Returns
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|