ResolveProjectBase.AddSyntheticProjectReferences(String) 方法
定义
用于检索在解决方案 blob 中通过的多余的“项目引用”的 helper 方法。Helper method for retrieving the extra "project references" passed in the solution blob. 这些来自解决方案文件中所表述的依赖项。These came from dependencies expressed in the solution file itself.
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
void AddSyntheticProjectReferences(System::String ^ currentProjectAbsolutePath);
protected void AddSyntheticProjectReferences (string currentProjectAbsolutePath);
member this.AddSyntheticProjectReferences : string -> unit
Protected Sub AddSyntheticProjectReferences (currentProjectAbsolutePath As String)
参数
- currentProjectAbsolutePath
- String
当前项目的绝对路径。The absolute path of the current project.