ManagedCompiler.References 属性

定义

获取或设置编译器将从中导入公共类型信息的项。Gets or sets the items from which the compiler will import public type information.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ References { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] References { get; set; }
member this.References : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property References As ITaskItem()

属性值

ITaskItem[]

编译器将从中导入公共类型信息的项。The items from which the compiler will import public type information.

继承者说明

此类使用 StrongNameIdentityPermissionAttribute 特性,并且不能被继承。This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

适用于