IVsBuildDependency.get_ReferredProject(Object) Method

Definition

Returns a pointer to a dependent project.

public:
 int get_ReferredProject([Runtime::InteropServices::Out] System::Object ^ % ppIUnknownProject);
public int get_ReferredProject (out object ppIUnknownProject);
abstract member get_ReferredProject : obj -> int
Public Function get_ReferredProject (ByRef ppIUnknownProject As Object) As Integer

Parameters

ppIUnknownProject
Object

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

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to