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
pts
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][in] pointeur à une structure d'TextSpan.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.