SourceLocationFoundEventArgs.Target 属性
定义
获取指定位置的目标源代码文件。Gets the target source code files for the specific location.
public:
property System::Object ^ Target { System::Object ^ get(); };
public object Target { get; }
member this.Target : obj
Public ReadOnly Property Target As Object
属性值
特定位置的目标源代码文件。The target source code files for the specific location.