ProjectItem.ConfigurationManager 属性

定义

获取此 ConfigurationManagerProjectItem 对象。

public:
 property EnvDTE::ConfigurationManager ^ ConfigurationManager { EnvDTE::ConfigurationManager ^ get(); };
[System.Runtime.InteropServices.DispId(116)]
public EnvDTE.ConfigurationManager ConfigurationManager { [System.Runtime.InteropServices.DispId(116)] get; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
member this.ConfigurationManager : EnvDTE.ConfigurationManager
Public ReadOnly Property ConfigurationManager As ConfigurationManager

属性值

ConfigurationManager

ConfigurationManager 对象。

属性

注解

ConfigurationManager对象表示项目或项目项的项目配置。 每个项目配置都由项目配置名称和平台名称唯一标识。

适用于