IVsCfgBrowseObject Interface
Visual Studio 2015
Returns the IVsCfg object given the project configuration browse object.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCfg(IVsCfg) | Maps back to the configuration corresponding to the browse object. |
![]() | GetProjectItem(IVsHierarchy, UInt32) | Maps back to the hierarchy or project item object corresponding to the browse object. |
Notes to Implementers:
Implement IVsCfgBrowseObject to map back to the configuration corresponding to the browse object. This is useful for a project flavor that needs to know what the configuration is in order to influence the project property user interface.
Show:
