다음을 통해 공유


IMemberCreationService.CreateEvent 메서드

정의

지정된 이벤트 이름, 이벤트 형식 및 특성을 사용하여 지정된 클래스에 이벤트를 만듭니다.

public:
 void CreateEvent(System::String ^ className, System::String ^ eventName, Type ^ eventType, cli::array <System::Workflow::ComponentModel::Compiler::AttributeInfo ^> ^ attributes, bool emitDependencyProperty);
public void CreateEvent (string className, string eventName, Type eventType, System.Workflow.ComponentModel.Compiler.AttributeInfo[] attributes, bool emitDependencyProperty);
abstract member CreateEvent : string * string * Type * System.Workflow.ComponentModel.Compiler.AttributeInfo[] * bool -> unit
Public Sub CreateEvent (className As String, eventName As String, eventType As Type, attributes As AttributeInfo(), emitDependencyProperty As Boolean)

매개 변수

className
String

이벤트를 추가할 클래스 이름이 들어 있는 문자열입니다.

eventName
String

이벤트 이름을 정의한 문자열입니다.

eventType
Type

이벤트에 할당된 Type입니다.

attributes
AttributeInfo[]

이벤트에 할당할 모든 특성의 정보가 들어 있는 AttributeInfo 배열입니다.

emitDependencyProperty
Boolean

이벤트와 연결된 종속성 속성을 내보내려면 true이고, 그렇지 않으면 false입니다.

적용 대상