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
'Declaración
<GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsGetCfgProvider
'Uso
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
[<GuidAttribute("509D0E4F-A770-44C3-9185-D4F1E4813AD6")>]
[<InterfaceTypeAttribute()>]
type IVsGetCfgProvider = interface end
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.