Compartir a través de


IVsHiddenRegion.GetSpan (Método)

Devuelve el intervalo de texto de la región oculta del búfer de texto.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
int GetSpan(
    TextSpan[] pSpan
)
int GetSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSpan : 
        pSpan:TextSpan[] byref -> int
function GetSpan(
    pSpan : TextSpan[]
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsHiddenRegion::GetSpan(
   [out] TextSpan *pSpan
);

Seguridad de .NET Framework

Vea también

Referencia

IVsHiddenRegion Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)