IVsTextImage.GetText, méthode
Retourne le texte d'une étendue de texte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function GetText ( _
pts As TextSpan(), _
cch As Integer, _
<OutAttribute> psz As UShort() _
) As Integer
int GetText(
TextSpan[] pts,
int cch,
ushort[] psz
)
int GetText(
[InAttribute] array<TextSpan>^ pts,
[InAttribute] int cch,
[OutAttribute] array<unsigned short>^ psz
)
abstract GetText :
pts:TextSpan[] *
cch:int *
psz:uint16[] byref -> int
function GetText(
pts : TextSpan[],
cch : int,
psz : ushort[]
) : int
Paramètres
pts
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][in] pointeur à une structure d'TextSpan.
cch
Type : Int32[in] numéro de personnages à retourner.
psz
Type : array<UInt16[][] le pointeur à null a terminé la chaîne contenant le texte.
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextImage::GetText(
[in] const TextSpan * pts,
[in] LONG cch,
[out, size_is(cch)] LPOLESTR psz
);
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.