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.
Initializes a build host object.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Overridable Function Init ( _
pHier As IVsHierarchy, _
pSP As IServiceProvider _
) As Integer
public virtual int Init(
IVsHierarchy pHier,
IServiceProvider pSP
)
public:
virtual int Init(
[InAttribute] IVsHierarchy^ pHier,
[InAttribute] IServiceProvider^ pSP
)
abstract Init :
pHier:IVsHierarchy *
pSP:IServiceProvider -> int
override Init :
pHier:IVsHierarchy *
pSP:IServiceProvider -> int
public function Init(
pHier : IVsHierarchy,
pSP : IServiceProvider
) : int
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.Int32
Returns S_OK if the method is successful, E_FAIL if the method fails.
Implements
IVsMSBuildHostObject.Init(IVsHierarchy, IServiceProvider)
.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.