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

適用対象