Freigeben über


VsTextImageClass.GetTextBSTR-Methode

Gibt den Text eines Textabschnitts als BSTR zurück

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

Syntax

'Declaration
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

Parameter

  • pbstrText
    Typ: String%

    [out] Ein Zeiger auf einen BSTR, das den Text enthält.

Rückgabewert

Typ: Int32

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextImageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace