Freigeben über


Package.IsStub Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anwendung im aktuellen Paket eine Stubanwendung ist.

public:
 property bool IsStub { bool get(); };
bool IsStub();
public bool IsStub { get; }
var boolean = package.isStub;
Public ReadOnly Property IsStub As Boolean

Eigenschaftswert

Boolean

bool

TRUE gibt an, dass es sich bei der Anwendung um eine Stubanwendung handelt. andernfalls FALSE.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v10.0)

Hinweise

Hinweis

Die Möglichkeit, dass eine App als Stub ausgeführt werden kann, ist derzeit nur für bestimmte Apps verfügbar, die von Microsoft erstellt werden.

Gilt für:

Weitere Informationen