IVsGetCfgProvider Interface

Definition

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

public interface class IVsGetCfgProvider
public interface class IVsGetCfgProvider
__interface IVsGetCfgProvider
[System.Runtime.InteropServices.Guid("509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsGetCfgProvider
[System.Runtime.InteropServices.Guid("509D0E4F-A770-44C3-9185-D4F1E4813AD6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGetCfgProvider
[<System.Runtime.InteropServices.Guid("509D0E4F-A770-44C3-9185-D4F1E4813AD6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsGetCfgProvider = interface
[<System.Runtime.InteropServices.Guid("509D0E4F-A770-44C3-9185-D4F1E4813AD6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGetCfgProvider = interface
Public Interface IVsGetCfgProvider
Attributes

Notes to Implementers

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

Methods

GetCfgProvider(IVsCfgProvider)

Returns a pointer to IVsCfgProvider so that the package can retrieve information relating to the project's configuration.

Applies to