Partager via


VsTextImageClass.GetTextBSTR, méthode

Retourne le texte d'une étendue de texte en tant que BSTR

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pbstrText
    Type : String%

    [out] pointeur à BSTR contenant le texte.

Valeur de retour

Type : Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

VsTextImageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms