Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.
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.