Freigeben über


IVsExpansionIntellisenseHost.GetSelection-Methode

Ruft das Anfangs- und Endposition der aktuellen Erweiterungs-Auswahl ab.

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

Syntax

'Declaration
Function GetSelection ( _
    <OutAttribute> ByRef iStart As Integer, _
    <OutAttribute> ByRef iEnd As Integer _
) As Integer
int GetSelection(
    out int iStart,
    out int iEnd
)
int GetSelection(
    [OutAttribute] int% iStart, 
    [OutAttribute] int% iEnd
)
abstract GetSelection : 
        iStart:int byref * 
        iEnd:int byref -> int
function GetSelection(
    iStart : int, 
    iEnd : int
) : int

Parameter

  • iStart
    Typ: Int32%

    [out] Die Anfangsposition des textabschnitts Erweiterung.

  • iEnd
    Typ: Int32%

    [out] Die Endposition des erweiterten textabschnitts.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie VSConstants.S_OK zurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

C++

Von singlefileeditor.idl:

HRESULT IVsExpansionIntellisenseHost::GetSelection([out] long *iStart, [out] long *iEnd);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExpansionIntellisenseHost Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace