Condividi tramite


ContentEnvironmentStateChangedEventArgs.DidAppWindowIdChange Proprietà

Definizione

Ottiene un valore che indica se l'ID finestra di primo livello è stato modificato.

public:
 property bool DidAppWindowIdChange { bool get(); };
bool DidAppWindowIdChange();
public bool DidAppWindowIdChange { get; }
var boolean = contentEnvironmentStateChangedEventArgs.didAppWindowIdChange;
Public ReadOnly Property DidAppWindowIdChange As Boolean

Valore della proprietà

Boolean

bool

True, se l'ID finestra di primo livello è cambiato; in caso contrario, false.

Si applica a

Vedi anche