AppInstance.IsCurrent Property
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.
Gets a value that indicates whether this AppInstance object represents the current instance of the app or a different instance.
public:
property bool IsCurrent { bool get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
bool IsCurrent();
bool IsCurrent();
[Windows.Foundation.Metadata.Experimental]
public bool IsCurrent { [Windows.Foundation.Metadata.Experimental] get; }
public bool IsCurrent { get; }
var boolean = appInstance.isCurrent;
Public ReadOnly Property IsCurrent As Boolean
Property Value
Boolean
bool
true
indicates that this AppInstance object represents the current instance of the app; false
indicates it represents a different instance.
- Attributes