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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
ConfigurationManager()