IVsCfgProvider 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.
Allows projects to manage configuration information.
public interface class IVsCfgProvider
public interface class IVsCfgProvider
__interface IVsCfgProvider
[System.Runtime.InteropServices.Guid("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCfgProvider
[System.Runtime.InteropServices.Guid("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCfgProvider
[<System.Runtime.InteropServices.Guid("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCfgProvider = interface
[<System.Runtime.InteropServices.Guid("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCfgProvider = interface
Public Interface IVsCfgProvider
- Derived
- Attributes
Notes to Implementers
Implemented by projects to provide support for platforms, for adding, deleting, or updating configurations, and for configuration event notification. This interface coordinates build, deploy, and debug.
Methods
GetCfgs(UInt32, IVsCfg[], UInt32[], UInt32[]) |
Returns the per-configuration objects for this object. |