VsIntellisenseCompletorClass.Initialize Method
Initializes the IntelliSense completor.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Public Overridable Function Initialize ( _
pHost As IVsIntellisenseHost, _
hwndParent As IntPtr _
) As Integer
public virtual int Initialize(
IVsIntellisenseHost pHost,
IntPtr hwndParent
)
public:
virtual int Initialize(
IVsIntellisenseHost^ pHost,
IntPtr hwndParent
)
abstract Initialize :
pHost:IVsIntellisenseHost *
hwndParent:IntPtr -> int
override Initialize :
pHost:IVsIntellisenseHost *
hwndParent:IntPtr -> int
public function Initialize(
pHost : IVsIntellisenseHost,
hwndParent : IntPtr
) : int
Parameters
pHost
Type: Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHostThe completor’s host.
hwndParent
Type: System.IntPtrHandle of the completor’s parent window.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsIntellisenseCompletor.Initialize(IVsIntellisenseHost, IntPtr)
.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.