IVsProjectDeployDependency.get_ProjectInfo Method

Definition

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.

Applies to