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.
Gets the project information.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function get_ProjectInfo ( _
<OutAttribute> ByRef ppIVsHierarchy As IVsHierarchy, _
<OutAttribute> ByRef ppIVsProjectCfg As IVsProjectCfg _
) As Integer
int get_ProjectInfo(
out IVsHierarchy ppIVsHierarchy,
out IVsProjectCfg ppIVsProjectCfg
)
int get_ProjectInfo(
[OutAttribute] IVsHierarchy^% ppIVsHierarchy,
[OutAttribute] IVsProjectCfg^% ppIVsProjectCfg
)
abstract get_ProjectInfo :
ppIVsHierarchy:IVsHierarchy byref *
ppIVsProjectCfg:IVsProjectCfg byref -> int
function get_ProjectInfo(
ppIVsHierarchy : IVsHierarchy,
ppIVsProjectCfg : IVsProjectCfg
) : int
Parameters
ppIVsHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy%[out] The hierarchy that contains the project information.
ppIVsProjectCfg
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectCfg%[out] Location of dependency (local, UNC, or Web).
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:
[C++]
HRESULT IVsProjectDeployDependency::get_ProjectInfo(
[out]IVsHierarchy **ppIVsHierarchy,
[out]IVsProjectCfg **ppIVsProjectCfg
);
.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.