ManagedCompiler.OutputAssembly 属性
定义
获取或设置输出文件的名称。Gets or sets the name of the output file.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property Microsoft::Build::Framework::ITaskItem ^ OutputAssembly { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputAssembly { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.OutputAssembly : Microsoft.Build.Framework.ITaskItem with get, set
Public Property OutputAssembly As ITaskItem
属性值
输出文件的名称。The name of the output file.
- 属性
继承者说明
此类使用 StrongNameIdentityPermissionAttribute 特性,并且不能被继承。This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.