Compartir a través de


IVsTextView.GetSelectedText (Método)

Devuelve una copia del texto seleccionado.

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

Sintaxis

'Declaración
Function GetSelectedText ( _
    <OutAttribute> ByRef pbstrText As String _
) As Integer
int GetSelectedText(
    out string pbstrText
)
int GetSelectedText(
    [OutAttribute] String^% pbstrText
)
abstract GetSelectedText : 
        pbstrText:string byref -> int
function GetSelectedText(
    pbstrText : String
) : int

Parámetros

  • pbstrText
    Tipo: String%

    [out] si el método tiene éxito, especifica un puntero a una cadena que contiene el texto.

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 IVsTextView::GetSelectedText(
   [out] BSTR * pbstrText
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

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