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
[GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[InterfaceTypeAttribute()]
public interface IVsCfgProvider
[GuidAttribute(L"EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")]
[InterfaceTypeAttribute()]
public interface class IVsCfgProvider
[<GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")>]
[<InterfaceTypeAttribute()>]
type IVsCfgProvider =  interface end
public interface IVsCfgProvider

The IVsCfgProvider type exposes the following members.

Methods

  Name Description
Public method GetCfgs Returns the per-configuration objects for this object.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace