OverlappedPresenter.RequestedStartupState Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
, , Minimized
o Restored
) risultante dalla chiamata al metodo AppWindow.ShowOnceWithRequestedStartupState .