Run Method (Window)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Starts a Windows Presentation Foundation (WPF) application and opens a specified window.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub Run ( _
    window As Window _
)
public void Run(
    Window window
)
public:
void Run(
    Window^ window
)
member Run : 
        window:Window -> unit 
public function Run(
    window : Window
)

Parameters

Remarks

This overload extends the Run method to open the specified window when the WPF application starts running.

If you define your Application object only in code, you must call the Run method explicitly .

.NET Framework Security

See Also

Reference

Application Class

Run Overload

Microsoft.SPOT Namespace