Condividi tramite


Metodo IVsTextViewIntellisenseHost_Corrected.GetSubjectSelection

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • piAnchorIndex
    Tipo: Int32%
  • piEndIndex
    Tipo: Int32%

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextViewIntellisenseHost_Corrected Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop