ReferenceNode.ShowObjectBrowser Method

Displays the Object Browser and navigates to the current node.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Function ShowObjectBrowser As Integer
'使用
Dim returnValue As Integer

returnValue = Me.ShowObjectBrowser()
protected virtual int ShowObjectBrowser()
protected:
virtual int ShowObjectBrowser()
protected function ShowObjectBrowser() : int

Return Value

Type: System.Int32

If the absolute path of this node is null or an empty string, returns OLECMDERR_E_NOTSUPPORTED(). If the method succeeds, returns S_OK; otherwise returns the error code returned by one of the methods called.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace