IVsCfgProvider Interface
Allows projects to manage configuration information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCfgProvider
'Usage
Dim instance As IVsCfgProvider
[GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[InterfaceTypeAttribute()]
public interface IVsCfgProvider
[GuidAttribute(L"EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[InterfaceTypeAttribute()]
public interface class IVsCfgProvider
public interface IVsCfgProvider
Remarks
See illustrations of the implementation and/or calling of this interface in the samples Basic Project and Figures Project.
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.