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"로 설정할 수 있습니다.

적용 대상