Share via


CustomComponentViewHandlerAttribute 클래스

정의

디자인 타임에 데이터 흐름 디자이너에게 구성 요소의 사용자 인터페이스가 자체적으로 구성 요소 뷰어를 관리할 것임을 알립니다.

public ref class CustomComponentViewHandlerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class CustomComponentViewHandlerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type CustomComponentViewHandlerAttribute = class
    inherit Attribute
Public NotInheritable Class CustomComponentViewHandlerAttribute
Inherits Attribute
상속
CustomComponentViewHandlerAttribute
특성

예제

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

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

설명

이 특성은 일반적으로 디자인 타임 수정이 구성 요소 자체 외부에 부작용이 있고 구성 요소가 데이터 흐름의 다른 구성 요소를 관리하는 구성 요소에서 사용됩니다. 예를 들어 느린 변경 차원 변환은 데이터 흐름 구성 요소의 전체 시퀀스를 만들고 다른 개체를 삭제할 수도 있습니다.

생성자

CustomComponentViewHandlerAttribute()

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

적용 대상