IVsCfgBrowseObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the IVsCfg object given the project configuration browse object.
public interface class IVsCfgBrowseObject : Microsoft::VisualStudio::Shell::Interop::IVsBrowseObject
public interface class IVsCfgBrowseObject : Microsoft::VisualStudio::Shell::Interop::IVsBrowseObject
__interface IVsCfgBrowseObject : Microsoft::VisualStudio::Shell::Interop::IVsBrowseObject
[System.Runtime.InteropServices.Guid("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCfgBrowseObject : Microsoft.VisualStudio.Shell.Interop.IVsBrowseObject
[<System.Runtime.InteropServices.Guid("A630CFF5-EB22-40B7-9464-5F8D4B98B1CB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCfgBrowseObject = interface
interface IVsBrowseObject
Public Interface IVsCfgBrowseObject
Implements IVsBrowseObject
- Attributes
- Implements
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.
Methods
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. |