IVsBuildDependency::get_ReferredProject Method (Object^)

 

Returns a pointer to a dependent project.

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

int get_ReferredProject(
	[OutAttribute] Object^% ppIUnknownProject
)

Parameters

ppIUnknownProject
Type: System::Object^

[out] An IUnknown pointer for the project object to which this project refers.

Return Value

Type: System::Int32

If 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
);

 

Return to top
Show: