SourceLocationUpdatedEventArgs(Guid, SourceLocation) Construtor
Definição
Inicializa uma nova instância da classe SourceLocationUpdatedEventArgs.Initializes a new instance of the SourceLocationUpdatedEventArgs class.
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)
Parâmetros
- objectReference
- Guid
O Guid da ObjectReference que foi alterada.The Guid of the ObjectReference that changed.
- updatedSourceLocation
- SourceLocation
O SourceLocation atualizado.The updated SourceLocation.