OAProjectItem.ConfigurationManager (Propiedad)
Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.
Espacio de nombres: Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado: Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxis
'Declaración
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
Valor de propiedad
Tipo: EnvDTE.ConfigurationManager
Implementaciones
ProjectItem.ConfigurationManager
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)