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
[GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[InterfaceTypeAttribute()]
public interface IVsGetCfgProvider
[GuidAttribute(L"509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[InterfaceTypeAttribute()]
public interface class IVsGetCfgProvider
[<GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")>]
[<InterfaceTypeAttribute()>]
type IVsGetCfgProvider =  interface end
public interface IVsGetCfgProvider

The IVsGetCfgProvider type exposes the following members.

Methods

  Name Description
Public method GetCfgProvider Returns a pointer to IVsCfgProvider so that the package can retrieve information relating to the project's configuration.

Top

Remarks

Notes to Implementers

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace