IVsProjectDeployDependency.get_ProjectInfo 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.
Gets the project information.
public:
int get_ProjectInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ % ppIVsHierarchy, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProjectCfg ^ % ppIVsProjectCfg);
public int get_ProjectInfo (out Microsoft.VisualStudio.Shell.Interop.IVsHierarchy ppIVsHierarchy, out Microsoft.VisualStudio.Shell.Interop.IVsProjectCfg ppIVsProjectCfg);
abstract member get_ProjectInfo : IVsHierarchy * IVsProjectCfg -> int
Public Function get_ProjectInfo (ByRef ppIVsHierarchy As IVsHierarchy, ByRef ppIVsProjectCfg As IVsProjectCfg) As Integer
Parameters
- ppIVsHierarchy
- IVsHierarchy
[out] The hierarchy that contains the project information.
- ppIVsProjectCfg
- IVsProjectCfg
[out] Location of dependency (local, UNC, or Web).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.