Compartilhar via


Método IVsTaskItem2.BrowseObject (Object)

 

Publicado: abril de 2016

OBSOLETO.Return E_NOTIMPL.

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

Sintaxe

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

Parâmetros

  • ppObj
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsTaskItem2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo