IVsBrowseObject 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.
Allows the retrieval of the IVsHierarchy object or the VSITEMID given the project configuration browse object.
public interface class IVsBrowseObject
public interface class IVsBrowseObject
__interface IVsBrowseObject
[System.Runtime.InteropServices.Guid("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBrowseObject
[<System.Runtime.InteropServices.Guid("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBrowseObject = interface
Public Interface IVsBrowseObject
- Derived
- Attributes
Notes to Implementers
Implement IVsBrowseObject
to map back to the object corresponding to the browse object. This is useful for a project subtype that needs to know what the project object or project item is.
Methods
GetProjectItem(IVsHierarchy, UInt32) |
Maps back to the hierarchy or project item object corresponding to the browse object. |