Compartir a través de


IVsIntellisenseHost_Corrected.SetSubjectSelection (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.9.0 (en Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Sintaxis

'Declaración
Function SetSubjectSelection ( _
    iAnchorIndex As Integer, _
    iEndIndex As Integer _
) As Integer
int SetSubjectSelection(
    int iAnchorIndex,
    int iEndIndex
)
int SetSubjectSelection(
    [InAttribute] int iAnchorIndex, 
    [InAttribute] int iEndIndex
)
abstract SetSubjectSelection : 
        iAnchorIndex:int * 
        iEndIndex:int -> int
function SetSubjectSelection(
    iAnchorIndex : int, 
    iEndIndex : int
) : int

Parámetros

  • iAnchorIndex
    Tipo: Int32
  • iEndIndex
    Tipo: Int32

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseHost_Corrected Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)