IVsIntellisenseHost_Corrected.GetSubjectSelection (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 GetSubjectSelection ( _
<OutAttribute> ByRef piAnchorIndex As Integer, _
<OutAttribute> ByRef piEndIndex As Integer _
) As Integer
int GetSubjectSelection(
out int piAnchorIndex,
out int piEndIndex
)
int GetSubjectSelection(
[OutAttribute] int% piAnchorIndex,
[OutAttribute] int% piEndIndex
)
abstract GetSubjectSelection :
piAnchorIndex:int byref *
piEndIndex:int byref -> int
function GetSubjectSelection(
piAnchorIndex : int,
piEndIndex : int
) : int
Parámetros
- piAnchorIndex
Tipo: Int32%
- piEndIndex
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
IVsIntellisenseHost_Corrected Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)