LC.OutputLicense 属性
定义
许可证文件的名称,仅适用于输出。The name of the .licenses file, output only. 它是从 LicenseTarget 和 OutputDirectory 中推断出来的。It's inferred from LicenseTarget and OutputDirectory.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property Microsoft::Build::Framework::ITaskItem ^ OutputLicense { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputLicense { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.OutputLicense : Microsoft.Build.Framework.ITaskItem with get, set
Public Property OutputLicense As ITaskItem
属性值
.licenses 文件的名称。The name of the .licenses file.
- 属性
注解
如果不指定名称,则会使用 .licx 文件的名称,且 .licenses 文件会放在包含此 .licx 文件的目录中。If you do not specify a name, the name of the .licx file is used and the .licenses file is placed in the directory that contains the .licx file.