IVsGetCfgProvider Interface

Implemented by a project system. Retrieves a pointer to IVsCfgProvider.

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

Syntax

'Declaration
<GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsGetCfgProvider
'Usage
Dim instance As IVsGetCfgProvider
[GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[InterfaceTypeAttribute()]
public interface IVsGetCfgProvider
[GuidAttribute(L"509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[InterfaceTypeAttribute()]
public interface class IVsGetCfgProvider
public interface IVsGetCfgProvider

Remarks

For examples of the implementation of this interface, see the Basic Project, Figures Project, and My C Package.

Notes to Implementers:

Implemented by VSPackages to retrieve information about a project's configuration from IVsCfgProvider.

See Also

Reference

IVsGetCfgProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace