ProfileUpdatedEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs.

Surcharges

Nom Description
ProfileUpdatedEventArgs()

Initialise une nouvelle instance de la classe ProfileUpdatedEventArgs.

ProfileUpdatedEventArgs(Type, TrackingProfile)

Initialise une nouvelle instance de la ProfileUpdatedEventArgs classe qui spécifie un nouveau TrackingProfile pour le flux de travail Typespé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 ProfileUpdated événement à l’intérieur d’un service de suivi, vous devez définir WorkflowType explicitement et TrackingProfile.

S’applique à

ProfileUpdatedEventArgs(Type, TrackingProfile)

Initialise une nouvelle instance de la ProfileUpdatedEventArgs classe qui spécifie un nouveau TrackingProfile pour le flux de travail Typespé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

Flux Type de travail pour lequel le TrackingProfile flux de travail a changé.

profile
TrackingProfile

TrackingProfileNouveau .

Remarques

Une nouvelle instance est ProfileUpdatedEventArgs créée avec WorkflowType la valeur définie sur le profil spécifié Type et TrackingProfile définie sur le profil spécifié.

S’applique à