AppInstance.GetCurrent 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.
Retrieves the current running instance of the app.
public:
static AppInstance ^ GetCurrent();
/// [Windows.Foundation.Metadata.Experimental]
static AppInstance GetCurrent();
static AppInstance GetCurrent();
[Windows.Foundation.Metadata.Experimental]
public static AppInstance GetCurrent();
public static AppInstance GetCurrent();
function getCurrent()
Public Shared Function GetCurrent () As AppInstance
Returns
The current running instance of the app.
- Attributes