IVsTextViewIntellisenseHost_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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsTextViewIntellisenseHost_Corrected Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)