다음을 통해 공유


IMemberCreationService.UpdateEvent 메서드

정의

새 이름과 형식을 지정된 클래스의 기존 이벤트에 설정합니다.

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

매개 변수

className
String

업데이트할 이벤트가 들어 있는 클래스의 이름이 포함된 문자열입니다.

oldEventName
String

기존 이벤트의 이름이 들어 있는 문자열입니다.

oldEventType
Type

기존 이벤트와 연결된 Type입니다.

newEventName
String

업데이트된 이벤트의 새 이름이 들어 있는 문자열입니다.

newEventType
Type

업데이트된 이벤트와 연결할 Type입니다.

attributes
AttributeInfo[]

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

emitDependencyProperty
Boolean

종속성 속성을 내보내도록 이벤트를 업데이트하려면 true이고, 그렇지 않으면 false입니다.

isMetaProperty
Boolean

이벤트를 메타 속성으로 설정하려면 true이고, 그렇지 않으면 false입니다.

적용 대상