MarkupCompilePass2.KnownReferencePaths 属性

定义

获取或设置生成过程中不更改的引用程序集的路径。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property cli::array <System::String ^> ^ KnownReferencePaths { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] KnownReferencePaths { get; set; }
member this.KnownReferencePaths : string[] with get, set
Public Property KnownReferencePaths As String()

属性值

String[]

在生成过程中不更改的引用程序集的路径。

适用于