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

‘선언
<GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCfgProvider
‘사용 방법
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
[<GuidAttribute("EEABD2BE-4F4F-4CCB-86AD-9F469C5C9686")>]
[<InterfaceTypeAttribute()>]
type IVsCfgProvider =  interface end
public interface IVsCfgProvider

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

IVsCfgProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace