Condividi tramite


OverlappedPresenter.RequestedStartupState Proprietà

Definizione

Ottiene un valore che specifica l'oggetto OverlappedPresenterState che la finestra presuppone quando viene chiamato AppWindow.ShowOnceWithRequestedStartupState .

public:
 static property OverlappedPresenterState RequestedStartupState { OverlappedPresenterState get(); };
static OverlappedPresenterState RequestedStartupState();
public static OverlappedPresenterState RequestedStartupState { get; }
var overlappedPresenterState = OverlappedPresenter.requestedStartupState;
Public Shared ReadOnly Property RequestedStartupState As OverlappedPresenterState

Valore della proprietà

Valore dell'enumerazione che specifica lo stato richiesto della finestra all'avvio.

Commenti

AppWindow.ShowOnceWithRequestedStartupState è l'equivalente della chiamata a ShowWindow(SW_SHOWDEFAULT). Usa la modalità di visualizzazione specificata nello struct STARTUPINFO , se specificato. Ciò si applica al relatore predefinito (OverlappedPresenter). Controllare la proprietà per determinare lo RequestedStartupState stato del relatore (Maximized, , Minimizedo Restored) risultante dalla chiamata al metodo AppWindow.ShowOnceWithRequestedStartupState .

Si applica a