ResolveNonMSBuildProjectOutput.ResolvedOutputPaths 属性
定义
已解析引用路径的列表(保留原始项目引用特性)The list of resolved reference paths (preserving the original project reference attributes)
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ResolvedOutputPaths { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ResolvedOutputPaths { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.ResolvedOutputPaths : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property ResolvedOutputPaths As ITaskItem()
属性值
保留原始项目引用特性的已解析引用路径。The resolved reference paths that preserve the original project reference attributes.
- 属性