Share via


CoreApplicationView.IsHosted Eigenschaft

Definition

Ruft den Wert ab, der angibt, ob diese App-Ansicht gehostet wird oder nicht.

public:
 property bool IsHosted { bool get(); };
bool IsHosted();
public bool IsHosted { get; }
var boolean = coreApplicationView.isHosted;
Public ReadOnly Property IsHosted As Boolean

Eigenschaftswert

Boolean

bool

Wenn true, wird diese App-Ansicht gehostet. wenn false, ist dies nicht.

Hinweise

Eine App-Ansicht gilt als gehostet, wenn der Prozess, der sie gestartet hat, ihre Lebensdauer steuert. Das Fenster, das beim Starten eines FileOpenPicker geöffnet wird, gilt beispielsweise als gehostet.

Gilt für: