Поделиться через


CustomComponentViewHandlerAttribute Конструктор

Определение

Инициализирует новый экземпляр CustomComponentViewHandlerAttribute.

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

Примеры

В следующем примере показан атрибут, CustomComponentViewHandlerAttribute применяемый к классу.

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

Применяется к