IVsConfigurationManagerDlg Interface

Displays the Configuration Manager dialog box. You can get an instance of the interface from the SVsConfigurationManagerDlg (SID_SVsConfigurationManagerDlg) service.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("57F5E77F-75C9-42A3-8DAF-579C3556A0DD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsConfigurationManagerDlg
[GuidAttribute("57F5E77F-75C9-42A3-8DAF-579C3556A0DD")]
[InterfaceTypeAttribute()]
public interface IVsConfigurationManagerDlg
[GuidAttribute(L"57F5E77F-75C9-42A3-8DAF-579C3556A0DD")]
[InterfaceTypeAttribute()]
public interface class IVsConfigurationManagerDlg
[<GuidAttribute("57F5E77F-75C9-42A3-8DAF-579C3556A0DD")>]
[<InterfaceTypeAttribute()>]
type IVsConfigurationManagerDlg =  interface end
public interface IVsConfigurationManagerDlg

The IVsConfigurationManagerDlg type exposes the following members.

Methods

  Name Description
Public method ShowConfigurationManagerDlg Shows the ConfigurationManager dialog box.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace