VsIntellisenseCompletorClass.Initialize Method
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
- hwndParent
Type: System.IntPtr
Return Value
Type: System.Int32
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.