Compartir a través de


VsTextImageClass.GetTextBSTR (Método)

Devuelve el texto de un intervalo de texto como BSTR

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

Sintaxis

'Declaración
Public Overridable Function GetTextBSTR ( _
    pts As TextSpan(), _
    <OutAttribute> ByRef pbstrText As String _
) As Integer
public virtual int GetTextBSTR(
    TextSpan[] pts,
    out string pbstrText
)
public:
virtual int GetTextBSTR(
    [InAttribute] array<TextSpan>^ pts, 
    [OutAttribute] String^% pbstrText
)
abstract GetTextBSTR : 
        pts:TextSpan[] * 
        pbstrText:string byref -> int  
override GetTextBSTR : 
        pts:TextSpan[] * 
        pbstrText:string byref -> int
public function GetTextBSTR(
    pts : TextSpan[], 
    pbstrText : String
) : int

Parámetros

  • pbstrText
    Tipo: String%

    [out] Puntero a un valor BSTR que contiene el texto.

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextImage.GetTextBSTR(array<TextSpan[], String%)

Seguridad de .NET Framework

Vea también

Referencia

VsTextImageClass Clase

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