Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the retrieval of the IVsHierarchy object or the VSITEMID given the project configuration browse object.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsBrowseObject
[GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")]
[InterfaceTypeAttribute()]
public interface IVsBrowseObject
[GuidAttribute(L"BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")]
[InterfaceTypeAttribute()]
public interface class IVsBrowseObject
[<GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")>]
[<InterfaceTypeAttribute()>]
type IVsBrowseObject = interface end
public interface IVsBrowseObject
The IVsBrowseObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetProjectItem | Maps back to the hierarchy or project item object corresponding to the browse object. |
Top
Remarks
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.