SourceLocationUpdatedEventArgs(Guid, SourceLocation) Konstruktor
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.
Initialisiert eine neue Instanz der SourceLocationUpdatedEventArgs-Klasse.
public:
SourceLocationUpdatedEventArgs(Guid objectReference, System::Activities::Debugger::SourceLocation ^ updatedSourceLocation);
public SourceLocationUpdatedEventArgs(Guid objectReference, System.Activities.Debugger.SourceLocation updatedSourceLocation);
new System.Activities.Presentation.SourceLocationUpdatedEventArgs : Guid * System.Activities.Debugger.SourceLocation -> System.Activities.Presentation.SourceLocationUpdatedEventArgs
Public Sub New (objectReference As Guid, updatedSourceLocation As SourceLocation)
Parameter
- objectReference
- Guid
Die GUID der geänderten ObjectReference.The GUID of the ObjectReference that changed.
- updatedSourceLocation
- SourceLocation
Die aktualisierte SourceLocation.