OAProjectItem.ConfigurationManager Property

Gets the ConfigurationManager object for this ProjectItem.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ConfigurationManager As ConfigurationManager
    Get
'Usage
Dim instance As OAProjectItem
Dim value As ConfigurationManager

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

Property Value

Type: EnvDTE.ConfigurationManager

Implements

ProjectItem.ConfigurationManager

Remarks

Configuration management based per-item is not supported.

.NET Framework Security

See Also

Reference

OAProjectItem Class

OAProjectItem Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace