Freigeben über


IVsTextLayerMarker.GetCurrentSpan-Methode

Gibt die aktuelle Spanne Position zurück.

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

Syntax

'Declaration
Function GetCurrentSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
int GetCurrentSpan(
    TextSpan[] pSpan
)
int GetCurrentSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetCurrentSpan : 
        pSpan:TextSpan[] byref -> int
function GetCurrentSpan(
    pSpan : TextSpan[]
) : int

Parameter

Rückgabewert

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

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextLayerMarker::GetCurrentSpan(
   [out] TextSpan *pSpan
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextLayerMarker Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace