LC.Sources 属性
定义
指定包含许可证文件中需要包含的许可组件的项Specifies the items that contain licensed components that need to be included in the .licenses file
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ Sources { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] Sources { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Sources : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property Sources As ITaskItem()
属性值
包含许可使用的组件的项,这些组件将要包含在 .licenses 文件中。The items that contain licensed components to include in the .licenses file.
- 属性
注解
有关详细信息,请参阅 Lc.exe (License Compiler)(Lc.exe(许可证编译器))中的 /complist
开关的文档。For more information, see the documentation for the /complist
switch in Lc.exe (License Compiler).