VsMSBuildTaskFileManagerClass::Init Method (IVsHierarchy^, IServiceProvider^)
Visual Studio 2015
Initializes a build host object.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Parameters
- pHier
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[in] The host project hierarchy.
- pSP
-
Type:
Microsoft.VisualStudio.OLE.Interop::IServiceProvider^
[in] The global service provider.
Return Value
Type: System::Int32Returns S_OK if the method is successful, E_FAIL if the method fails.
Show: