IVsTaskItem2.BrowseObject(Object) Method
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.
OBSOLETE. Return E_NOTIMPL.
public:
int BrowseObject([Runtime::InteropServices::Out] System::Object ^ % ppObj);
int BrowseObject([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppObj);
public int BrowseObject (out object ppObj);
abstract member BrowseObject : obj -> int
Public Function BrowseObject (ByRef ppObj As Object) As Integer
Parameters
- ppObj
- Object
Do not use.