DefaultPresentationConfiguration Clase

Definición

Representa la configuración predeterminada de una clase AppWindowPresenter.

public ref class DefaultPresentationConfiguration sealed : AppWindowPresentationConfiguration
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DefaultPresentationConfiguration final : AppWindowPresentationConfiguration
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DefaultPresentationConfiguration : AppWindowPresentationConfiguration
Public NotInheritable Class DefaultPresentationConfiguration
Inherits AppWindowPresentationConfiguration
Herencia
Object Platform::Object IInspectable AppWindowPresentationConfiguration DefaultPresentationConfiguration
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10, version 1903 (se introdujo en la versión 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v8.0)

Constructores

DefaultPresentationConfiguration()

Inicializa una nueva instancia de la clase DefaultPresentationConfiguration .

Propiedades

Kind

Obtiene un valor que indica el tipo de presentación que usa la ventana de la aplicación.

(Heredado de AppWindowPresentationConfiguration)

Se aplica a