DesktopWindowXamlSourceTakeFocusRequestedEventArgs.Request 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 oggetto XamlSourceFocusNavigationRequest che specifica il motivo e altre informazioni per lo spostamento dello stato attivo.
public:
property XamlSourceFocusNavigationRequest ^ Request { XamlSourceFocusNavigationRequest ^ get(); };
XamlSourceFocusNavigationRequest Request();
public XamlSourceFocusNavigationRequest Request { get; }
var xamlSourceFocusNavigationRequest = desktopWindowXamlSourceTakeFocusRequestedEventArgs.request;
Public ReadOnly Property Request As XamlSourceFocusNavigationRequest
Valore della proprietà
Oggetto che specifica il motivo e altre informazioni per lo spostamento dello stato attivo.