CoreApplication.Run(IFrameworkViewSource) 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.
Runs an external view provider factory to obtain a view provider.
public:
static void Run(IFrameworkViewSource ^ viewSource);
static void Run(IFrameworkViewSource const& viewSource);
public static void Run(IFrameworkViewSource viewSource);
function run(viewSource)
Public Shared Sub Run (viewSource As IFrameworkViewSource)
Parameters
- viewSource
- IFrameworkViewSource
An implementation of a view provider factory.
Remarks
Windows Phone 8
This API is supported in native apps only.