IVsBuildDependency.get_ReferredProject(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.
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.