다음을 통해 공유


IVsImmediateStatementCompletion2.InstallStatementCompletion 메서드

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

구문

‘선언
Function InstallStatementCompletion ( _
    fInstall As Integer, _
    pCmdWinView As IVsTextView, _
    fInitialEnable As Integer _
) As Integer
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

매개 변수

  • fInstall
    형식: Int32
  • fInitialEnable
    형식: Int32

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

IVsImmediateStatementCompletion2 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스