다음을 통해 공유


CustomComponentViewHandlerAttribute 생성자

정의

CustomComponentViewHandlerAttribute의 새 인스턴스를 초기화합니다.

public:
 CustomComponentViewHandlerAttribute();
public CustomComponentViewHandlerAttribute ();
Public Sub New ()

예제

다음 샘플에서는 클래스에 CustomComponentViewHandlerAttribute 적용된 특성을 보여줍니다.

[CustomComponentViewHandler]  
public class MyComponentUI  
{  
   ...  
]  
<CustomComponentViewHandler> _  
Public Class MyComponentUI  
  ...  
End Class  

적용 대상