ProfileUpdatedEventArgs コンストラクター

定義

ProfileUpdatedEventArgs クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ProfileUpdatedEventArgs()

ProfileUpdatedEventArgs クラスの新しいインスタンスを初期化します。

ProfileUpdatedEventArgs(Type, TrackingProfile)

指定したワークフロー ProfileUpdatedEventArgsの新しいTrackingProfileを指定するType クラスの新しいインスタンスを初期化します。

ProfileUpdatedEventArgs()

ProfileUpdatedEventArgs クラスの新しいインスタンスを初期化します。

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

注釈

追跡サービス内で ProfileUpdated イベントを発生させるときにこのコンストラクターを使用する場合は、 WorkflowTypeTrackingProfileを明示的に設定する必要があります。

適用対象

ProfileUpdatedEventArgs(Type, TrackingProfile)

指定したワークフロー ProfileUpdatedEventArgsの新しいTrackingProfileを指定するType クラスの新しいインスタンスを初期化します。

public:
 ProfileUpdatedEventArgs(Type ^ workflowType, System::Workflow::Runtime::Tracking::TrackingProfile ^ profile);
public ProfileUpdatedEventArgs(Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile);
new System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs : Type * System.Workflow.Runtime.Tracking.TrackingProfile -> System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs
Public Sub New (workflowType As Type, profile As TrackingProfile)

パラメーター

workflowType
Type

Typeが変更されたワークフローのTrackingProfile

profile
TrackingProfile

新しい TrackingProfile

注釈

ProfileUpdatedEventArgsの新しいインスタンスが作成され、WorkflowTypeが指定したTypeに設定され、TrackingProfile指定したプロファイルに設定されます。

適用対象