IVsBrowseObject Interface
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
C++/CX
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBrowseObject
[<System.Runtime.InteropServices.Guid("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBrowseObject = interface
[<System.Runtime.InteropServices.Guid("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBrowseObject = interface
Public Interface IVsBrowseObject
- Derived
- Attributes
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.
Get |
Maps back to the hierarchy or project item object corresponding to the browse object. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |