SourceLocationUpdatedEventArgs(Guid, SourceLocation) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

objectReference
Guid

De GUID van de ObjectReference die is gewijzigd.

updatedSourceLocation
SourceLocation

De bijgewerkte SourceLocation.

Van toepassing op