Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
ppObj
Type: System.Object%Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.