CoreApplication.Run(IFrameworkViewSource) Method

Definition

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.

Applies to

See also