SourceLocationFoundEventArgs.SourceLocation 属性

定义

获取标识目标源代码文件中的特定位置。

public:
 property System::Activities::Debugger::SourceLocation ^ SourceLocation { System::Activities::Debugger::SourceLocation ^ get(); };
public System.Activities.Debugger.SourceLocation SourceLocation { get; }
member this.SourceLocation : System.Activities.Debugger.SourceLocation
Public ReadOnly Property SourceLocation As SourceLocation

属性值

该目标源代码文件中的特定位置。

适用于