Sdílet prostřednictvím


ProfileUpdatedEventArgs Konstruktory

Definice

Inicializuje novou instanci ProfileUpdatedEventArgs třídy.

Přetížení

ProfileUpdatedEventArgs()

Inicializuje novou instanci ProfileUpdatedEventArgs třídy.

ProfileUpdatedEventArgs(Type, TrackingProfile)

Inicializuje novou instanci ProfileUpdatedEventArgs třídy, která určuje novou TrackingProfile pro zadaný pracovní postup Type.

ProfileUpdatedEventArgs()

Inicializuje novou instanci ProfileUpdatedEventArgs třídy.

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

Poznámky

Pokud tento konstruktor použijete při vyvolání ProfileUpdated události v rámci sledovací služby, musíte explicitně nastavit WorkflowType a TrackingProfile.

Platí pro

ProfileUpdatedEventArgs(Type, TrackingProfile)

Inicializuje novou instanci ProfileUpdatedEventArgs třídy, která určuje novou TrackingProfile pro zadaný pracovní postup 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)

Parametry

workflowType
Type

Pracovní Type postup, pro který se TrackingProfile změnil.

Poznámky

Vytvoří se nová instance objektu ProfileUpdatedEventArgs s nastaveným WorkflowType na zadaný Type a TrackingProfile nastaveným na zadaný profil.

Platí pro