Window Classe
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.
/// [Microsoft.UI.Xaml.Markup.ContentProperty(Name="Content")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Window
[Microsoft.UI.Xaml.Markup.ContentProperty(Name="Content")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class Window
Public Class Window
- Ereditarietà
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| Window() | |
Proprietà
| Nome | Descrizione |
|---|---|
| AppWindow | |
| Bounds | |
| Compositor | |
| Content | |
| CoreWindow | |
| Current | |
| Dispatcher | |
| DispatcherQueue | |
| ExtendsContentIntoTitleBar | |
| SystemBackdrop | |
| Title | |
| Visible | |
Metodi
| Nome | Descrizione |
|---|---|
| Activate() | |
| Close() | |
| SetTitleBar(UIElement) | |
Eventi
| Nome | Descrizione |
|---|---|
| Activated | |
| Closed | |
| SizeChanged | |
| VisibilityChanged | |