UIHintAttribute.PresentationLayer 属性

定义

获取或设置使用 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

属性值

此类使用的表示层。

注解

此属性表示使用 类的 UIHintAttribute 表示层。 此属性可以设置为“HTML”、“Silverlight”、“WPF”或“WinForms”。

适用于