IVsTextViewIntellisenseHost_Corrected.SetContextSelection Method (Int32, Int32, Int32, Int32)

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

Syntax

'Déclaration
Function SetContextSelection ( _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iEndLine As Integer, _
    iEndIndex As Integer _
) As Integer
'Utilisation
Dim instance As IVsTextViewIntellisenseHost_Corrected
Dim iStartLine As Integer
Dim iStartIndex As Integer
Dim iEndLine As Integer
Dim iEndIndex As Integer
Dim returnValue As Integer

returnValue = instance.SetContextSelection(iStartLine, _
    iStartIndex, iEndLine, iEndIndex)
int SetContextSelection(
    int iStartLine,
    int iStartIndex,
    int iEndLine,
    int iEndIndex
)
int SetContextSelection(
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndLine, 
    [InAttribute] int iEndIndex
)
abstract SetContextSelection : 
        iStartLine:int * 
        iStartIndex:int * 
        iEndLine:int * 
        iEndIndex:int -> int 
function SetContextSelection(
    iStartLine : int, 
    iStartIndex : int, 
    iEndLine : int, 
    iEndIndex : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsIntellisenseHost_Corrected.SetContextSelection(Int32, Int32, Int32, Int32)

.NET Framework Security

See Also

Reference

IVsTextViewIntellisenseHost_Corrected Interface

IVsTextViewIntellisenseHost_Corrected Members

SetContextSelection Overload

Microsoft.VisualStudio.TextManager.Interop Namespace