Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.