IVsCfgBrowseObject.GetProjectItem Method
Visual Studio 2010
Maps back to the hierarchy or project item object corresponding to the browse object.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pHier
- Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
[out] Pointer to the hierarchy object.
- pItemid
- Type: System.UInt32
[out] Pointer to the project item.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsBrowseObject.GetProjectItem(IVsHierarchy, UInt32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.