FileClassifier.MainEmbeddedFiles 属性
定义
获取或设置将嵌入主程序集的不可本地化的资源。Gets or sets non-localizable resources that will be embedded into the Main assembly.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ MainEmbeddedFiles { 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[] MainEmbeddedFiles { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.MainEmbeddedFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property MainEmbeddedFiles As ITaskItem()
属性值
将嵌入主程序集的不可本地化的资源。Non-localizable resources that will be embedded into the Main assembly.
- 属性