WorkflowTrackPoint.MatchingLocation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'elemento WorkflowTrackingLocation che specifica gli eventi dello stato del flusso di lavoro che l'infrastruttura di rilevamento di runtime deve associare per il track point.
public:
property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation
Valore della proprietà
Oggetto WorkflowTrackingLocation che specifica gli eventi dello stato del flusso di lavoro che l'infrastruttura di rilevamento di runtime deve associare per il track point.
Commenti
È necessario impostare una proprietà MatchingLocation per il track point. La proprietà MatchingLocation specifica uno o più elementi TrackingWorkflowEvent utilizzati dall'infrastruttura di rilevamento di runtime per associare il track point.