IVsBuildDependency.get_ReferredProject Method
Returns a pointer to a dependent project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function get_ReferredProject ( _
<OutAttribute> ByRef ppIUnknownProject As Object _
) As Integer
int get_ReferredProject(
out Object ppIUnknownProject
)
int get_ReferredProject(
[OutAttribute] Object^% ppIUnknownProject
)
abstract get_ReferredProject :
ppIUnknownProject:Object byref -> int
function get_ReferredProject(
ppIUnknownProject : Object
) : int
Parameters
ppIUnknownProject
Type: Object%[out] An IUnknown pointer for the project object to which this project refers.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsBuildDependency::get_ReferredProject(
[out] IUnknown **ppIUnknownProject
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.