IVsTaskItem2.BrowseObject Method

OBSOLETE. Return E_NOTIMPL.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function BrowseObject ( _
    <OutAttribute> ByRef ppObj As Object _
) As Integer
int BrowseObject(
    out Object ppObj
)
int BrowseObject(
    [OutAttribute] Object^% ppObj
)
abstract BrowseObject : 
        ppObj:Object byref -> int 
function BrowseObject(
    ppObj : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTaskItem2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace