Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
IVsBrowseObject Interface

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)

Visual Basic (Declaration)
<GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")> _
<InterfaceTypeAttribute(1)> _
Public Interface IVsBrowseObject
Visual Basic (Usage)
Dim instance As IVsBrowseObject
C#
[GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")] 
[InterfaceTypeAttribute(1)] 
public interface IVsBrowseObject
C++
[GuidAttribute(L"BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6")] 
[InterfaceTypeAttribute(1)] 
public interface class IVsBrowseObject
J#
/** @attribute GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsBrowseObject
JScript
GuidAttribute("BC5B644E-7FD7-4A75-98CC-0C2C98AA96F6") 
InterfaceTypeAttribute(1) 
public interface IVsBrowseObject

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker