UIHintAttribute.PresentationLayer Propiedad

Definición

Obtiene o establece la capa de presentación que usa la clase UIHintAttribute.

public:
 property System::String ^ PresentationLayer { System::String ^ get(); };
public string PresentationLayer { get; }
public string? PresentationLayer { get; }
member this.PresentationLayer : string
Public ReadOnly Property PresentationLayer As String

Valor de propiedad

Nivel de presentación que usa esta clase.

Comentarios

Esta propiedad representa la capa de presentación que usa la UIHintAttribute clase . Esta propiedad se puede establecer en "HTML", "Silverlight", "WPF" o "WinForms".

Se aplica a