SetupConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implementation of ISetupConfiguration2.
public interface class SetupConfiguration : Microsoft::VisualStudio::Setup::Configuration::ISetupConfiguration2
public interface class SetupConfiguration : Microsoft::VisualStudio::Setup::Configuration::ISetupConfiguration2
__interface SetupConfiguration : Microsoft::VisualStudio::Setup::Configuration::ISetupConfiguration2
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Setup.Configuration.SetupConfigurationClass))]
[System.Runtime.InteropServices.Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")]
[System.Runtime.InteropServices.TypeLibImportClass(typeof(Microsoft.VisualStudio.Setup.Configuration.SetupConfigurationClass))]
public interface SetupConfiguration : Microsoft.VisualStudio.Setup.Configuration.ISetupConfiguration2
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Setup.Configuration.SetupConfigurationClass))>]
[<System.Runtime.InteropServices.Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")>]
[<System.Runtime.InteropServices.TypeLibImportClass(typeof(Microsoft.VisualStudio.Setup.Configuration.SetupConfigurationClass))>]
type SetupConfiguration = interface
interface ISetupConfiguration2
interface ISetupConfiguration
Public Interface SetupConfiguration
Implements ISetupConfiguration2
- Attributes
- Implements
Methods
EnumAllInstances() |
Enumerates all product instances. (Inherited from ISetupConfiguration2) |
EnumInstances() |
Enumerates all launchable product instances installed. (Inherited from ISetupConfiguration2) |
GetInstanceForCurrentProcess() |
Gets the instance for the current process path. (Inherited from ISetupConfiguration2) |
GetInstanceForPath(String) |
Gets the instance for the given path. (Inherited from ISetupConfiguration2) |