ProfileUpdatedEventArgs.TrackingProfile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工作流程類型的新 TrackingProfile。
public:
property System::Workflow::Runtime::Tracking::TrackingProfile ^ TrackingProfile { System::Workflow::Runtime::Tracking::TrackingProfile ^ get(); void set(System::Workflow::Runtime::Tracking::TrackingProfile ^ value); };
public System.Workflow.Runtime.Tracking.TrackingProfile TrackingProfile { get; set; }
member this.TrackingProfile : System.Workflow.Runtime.Tracking.TrackingProfile with get, set
Public Property TrackingProfile As TrackingProfile
屬性值
工作流程類型的 TrackingProfile。
備註
執行階段追蹤基礎結構收到 ProfileUpdated 事件時,它會以 TrackingProfile 指定的工作流程 Type 的新 WorkflowType 更新設定檔快取。