Condividi tramite


CoreWindowResizeManager.ShouldWaitForLayoutCompletion Proprietà

Definizione

Ottiene o imposta un valore che indica se il chiamante deve attendere il completamento del nuovo layout.

public:
 property bool ShouldWaitForLayoutCompletion { bool get(); void set(bool value); };
bool ShouldWaitForLayoutCompletion();

void ShouldWaitForLayoutCompletion(bool value);
public bool ShouldWaitForLayoutCompletion { get; set; }
var boolean = coreWindowResizeManager.shouldWaitForLayoutCompletion;
coreWindowResizeManager.shouldWaitForLayoutCompletion = boolean;
Public Property ShouldWaitForLayoutCompletion As Boolean

Valore della proprietà

Boolean

bool

true se il chiamante deve attendere il completamento del nuovo layout; false se non dovrebbe.

Si applica a