Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides access to IVsApplicationConfiguration instances that correspond to the configuration hierarchy at a given level in a project.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.ManagedInterfaces9
Assembly: Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)
Syntax
'Declaration
<GuidAttribute("8213e5f9-8f49-435d-8ab3-cc4811ac0725")> _
<CLSCompliantAttribute(False)> _
Public Interface IVsApplicationConfigurationManager
[GuidAttribute("8213e5f9-8f49-435d-8ab3-cc4811ac0725")]
[CLSCompliantAttribute(false)]
public interface IVsApplicationConfigurationManager
[GuidAttribute(L"8213e5f9-8f49-435d-8ab3-cc4811ac0725")]
[CLSCompliantAttribute(false)]
public interface class IVsApplicationConfigurationManager
[<GuidAttribute("8213e5f9-8f49-435d-8ab3-cc4811ac0725")>]
[<CLSCompliantAttribute(false)>]
type IVsApplicationConfigurationManager = interface end
public interface IVsApplicationConfigurationManager
The IVsApplicationConfigurationManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetApplicationConfiguration | Returns an IVsApplicationConfiguration object that corresponds to the Configuration object for a project at the level indicated by the hierarchy and itemId parameters. |
Top
Remarks
Use the IVsApplicationConfigurationManager interface to return IVsApplicationConfiguration instances in order to modify the configuration for WCF service references.
The IVsApplicationConfigurationManager can be accessed as a global service.
.gif)