ProfileUpdatedEventArgs Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas ProfileUpdatedEventArgs.
Overload
| ProfileUpdatedEventArgs() |
Menginisialisasi instans baru kelas ProfileUpdatedEventArgs. |
| ProfileUpdatedEventArgs(Type, TrackingProfile) |
Menginisialisasi instans ProfileUpdatedEventArgs baru kelas yang menentukan baru TrackingProfile untuk alur Typekerja yang ditentukan . |
ProfileUpdatedEventArgs()
Menginisialisasi instans baru kelas ProfileUpdatedEventArgs.
public:
ProfileUpdatedEventArgs();
public ProfileUpdatedEventArgs();
Public Sub New ()
Keterangan
Jika Anda menggunakan konstruktor ini saat menaikkan ProfileUpdated peristiwa di dalam layanan pelacakan, Anda harus secara eksplisit mengatur WorkflowType dan TrackingProfile.
Berlaku untuk
ProfileUpdatedEventArgs(Type, TrackingProfile)
Menginisialisasi instans ProfileUpdatedEventArgs baru kelas yang menentukan baru TrackingProfile untuk alur Typekerja yang ditentukan .
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)
Parameter
- workflowType
- Type
Alur Type kerja yang TrackingProfile telah berubah.
- profile
- TrackingProfile
Yang baru TrackingProfile.
Keterangan
Instans ProfileUpdatedEventArgs baru dibuat dengan WorkflowType diatur ke yang ditentukan Type dan TrackingProfile diatur ke profil yang ditentukan.