IVsConfigurationManagerDlg Interface

Definition

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

public interface class IVsConfigurationManagerDlg
public interface class IVsConfigurationManagerDlg
__interface IVsConfigurationManagerDlg
[System.Runtime.InteropServices.Guid("57F5E77F-75C9-42A3-8DAF-579C3556A0DD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsConfigurationManagerDlg
[<System.Runtime.InteropServices.Guid("57F5E77F-75C9-42A3-8DAF-579C3556A0DD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsConfigurationManagerDlg = interface
Public Interface IVsConfigurationManagerDlg
Attributes

Methods

ShowConfigurationManagerDlg()

Shows the ConfigurationManager dialog box.

Applies to