IVsCfgProvider Interface

 

Allows projects to manage configuration information.

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

[GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[InterfaceTypeAttribute(1)]
public interface IVsCfgProvider

NameDescription
System_CAPS_pubmethodGetCfgs(UInt32, IVsCfg[], UInt32[], UInt32[])

Returns the per-configuration objects for this object.

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.

Return to top
Show: