IVsObjectBrowserDescription3 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.
Provides a means for entering Object Browser description text.
public interface class IVsObjectBrowserDescription3
public interface class IVsObjectBrowserDescription3
__interface IVsObjectBrowserDescription3
[System.Runtime.InteropServices.Guid("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjectBrowserDescription3
[<System.Runtime.InteropServices.Guid("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjectBrowserDescription3 = interface
Public Interface IVsObjectBrowserDescription3
- Attributes
Remarks
When an object is selected in the Object Browser, a description of the object appears in the lower pane (Description Pane) of the window. The description text is built through a series of calls to AddDescriptionText3. The environment will call FillDescription for the item of interest. The call passes in an IVsObjectBrowserDescription3
interface. This is similar to an IStream
interface in that you repeatedly call IVsObjectBrowserDescription3
to write your description as a series of elements. The elements are identified with the VSOBDESCRIPTIONSECTION enumeration.
Methods
AddDescriptionText3(String, VSOBDESCRIPTIONSECTION, IVsNavInfo) |
Adds elements of description text to the Object Browser. |
ClearDescriptionText() |
Clears the Object Browser description text. |