WorkflowTrackPoint.MatchingLocation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Dient zum Abrufen oder Festlegen des Werts, der WorkflowTrackingLocation die Workflowstatusereignisse angibt, die von der Laufzeitverfolgungsinfrastruktur für den Trackpoint abgeglichen werden sollen.
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
Eigenschaftswert
A WorkflowTrackingLocation that specified the workflow status events that should be matched by the runtime tracking infrastructure for the track point.
Hinweise
Sie müssen einen MatchingLocation für den Spurpunkt festlegen. Das MatchingLocation Specifies one or more TrackingWorkflowEvent values that are used by the runtime tracking infrastructure to match the track point.