ProfileUpdatedEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs.

Surcharges

ProfileUpdatedEventArgs()

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs.

ProfileUpdatedEventArgs(Type, TrackingProfile)

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs qui spécifie un nouveau TrackingProfile pour le Type de workflow spécifié.

ProfileUpdatedEventArgs()

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs.

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

Remarques

Si vous utilisez ce constructeur lorsque vous déclenchez un événement ProfileUpdated à l'intérieur d'un service de suivi, vous devez définir WorkflowType et TrackingProfile explicitement.

S’applique à

ProfileUpdatedEventArgs(Type, TrackingProfile)

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs qui spécifie un nouveau TrackingProfile pour le Type de workflow spécifié.

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)

Paramètres

workflowType
Type

Type de workflow pour lequel le TrackingProfile a changé.

profile
TrackingProfile

Nouvelle TrackingProfile.

Remarques

Une nouvelle instance de ProfileUpdatedEventArgs est créée avec WorkflowType défini au Type spécifié et TrackingProfile défini au profil spécifié .

S’applique à