ConfigurationManager Property
Gets the ConfigurationManager object for this Project .
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ConfigurationManager As ConfigurationManager
Get
'Usage
Dim instance As OAProject
Dim value As ConfigurationManager
value = instance.ConfigurationManager
public virtual ConfigurationManager ConfigurationManager { get; }
public:
virtual property ConfigurationManager^ ConfigurationManager {
ConfigurationManager^ get ();
}
abstract ConfigurationManager : ConfigurationManager
override ConfigurationManager : ConfigurationManager
function get ConfigurationManager () : ConfigurationManager
Property Value
Type: ConfigurationManager
Implements
ProjectConfigurationManager()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace