SourceLocationUpdatedEventArgs(Guid, SourceLocation) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.