IVsBuildDependency::get_ReferredProject Method (Object^)
Visual Studio 2015
Returns a pointer to a dependent project.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppIUnknownProject
-
Type:
System::Object^
[out] An IUnknown pointer for the project object to which this project refers.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsBuildDependency::get_ReferredProject( [out] IUnknown **ppIUnknownProject );
Show: