OAProjectItem.ConfigurationManager-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ConfigurationManager As ConfigurationManager
    Get
public virtual ConfigurationManager ConfigurationManager { get; }
public:
virtual property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
abstract ConfigurationManager : ConfigurationManager
override ConfigurationManager : ConfigurationManager
function get ConfigurationManager () : ConfigurationManager

Eigenschaftswert

Typ: EnvDTE.ConfigurationManager

Implementiert

ProjectItem.ConfigurationManager

.NET Framework-Sicherheit

Siehe auch

Referenz

OAProjectItem Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace