IVsImmediateStatementCompletion.InstallStatementCompletion Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣告
Function InstallStatementCompletion ( _
    fInstall As Integer, _
    pCmdWinView As IVsTextView, _
    fInitialEnable As Integer _
) As Integer
'用途
Dim instance As IVsImmediateStatementCompletion
Dim fInstall As Integer
Dim pCmdWinView As IVsTextView
Dim fInitialEnable As Integer
Dim returnValue As Integer

returnValue = instance.InstallStatementCompletion(fInstall, _
    pCmdWinView, fInitialEnable)
int InstallStatementCompletion(
    int fInstall,
    IVsTextView pCmdWinView,
    int fInitialEnable
)
int InstallStatementCompletion(
    [InAttribute] int fInstall, 
    [InAttribute] IVsTextView^ pCmdWinView, 
    [InAttribute] int fInitialEnable
)
abstract InstallStatementCompletion : 
        fInstall:int * 
        pCmdWinView:IVsTextView * 
        fInitialEnable:int -> int 
function InstallStatementCompletion(
    fInstall : int, 
    pCmdWinView : IVsTextView, 
    fInitialEnable : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsImmediateStatementCompletion Interface

IVsImmediateStatementCompletion Members

Microsoft.VisualStudio.TextManager.Interop Namespace