ProfileUpdatedEventArgs Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a ProfileUpdatedEventArgs osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| ProfileUpdatedEventArgs() |
Inicializálja a ProfileUpdatedEventArgs osztály új példányát. |
| ProfileUpdatedEventArgs(Type, TrackingProfile) |
Inicializálja az ProfileUpdatedEventArgs osztály új példányát, amely újat TrackingProfile ad meg a megadott munkafolyamathoz Type. |
ProfileUpdatedEventArgs()
Inicializálja a ProfileUpdatedEventArgs osztály új példányát.
public:
ProfileUpdatedEventArgs();
public ProfileUpdatedEventArgs();
Public Sub New ()
Megjegyzések
Ha ezt a konstruktort használja, amikor eseményt hoz létre egy ProfileUpdated nyomkövetési szolgáltatáson belül, explicit módon kell beállítania és WorkflowType.TrackingProfile
A következőre érvényes:
ProfileUpdatedEventArgs(Type, TrackingProfile)
Inicializálja az ProfileUpdatedEventArgs osztály új példányát, amely újat TrackingProfile ad meg a megadott munkafolyamathoz 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)
Paraméterek
- workflowType
- Type
Annak Type a munkafolyamatnak a száma, amelynek a TrackingProfile munkafolyamata módosult.
- profile
- TrackingProfile
Az új TrackingProfile.
Megjegyzések
A rendszer létrehoz ProfileUpdatedEventArgs egy új példánytWorkflowType, amely a megadottra Type van állítva, és TrackingProfile a megadott profilra van állítva.