OAProject.ConfigurationManager Property

Gets the project's ConfigurationManager.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property ConfigurationManager As ConfigurationManager
'使用
Dim instance As OAProject
Dim value As ConfigurationManager

value = instance.ConfigurationManager
public virtual ConfigurationManager ConfigurationManager { get; }
public:
virtual property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
public function get ConfigurationManager () : ConfigurationManager

Property Value

Type: ConfigurationManager

ConfigurationManager.

Implements

ProjectConfigurationManager()

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

ConfigurationManager()