次の方法で共有


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 は指定したプロファイルにそれぞれ設定されます。

適用対象