IVsCompletionSetBuilder.GetBuilderDisplayText, méthode
Obtient le texte affiché du générateur.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
Function GetBuilderDisplayText ( _
iIndex As Integer, _
<OutAttribute> ByRef pbstrText As String, _
<OutAttribute> piGlyph As Integer() _
) As Integer
int GetBuilderDisplayText(
int iIndex,
out string pbstrText,
int[] piGlyph
)
int GetBuilderDisplayText(
[InAttribute] int iIndex,
[OutAttribute] String^% pbstrText,
[OutAttribute] array<int>^ piGlyph
)
abstract GetBuilderDisplayText :
iIndex:int *
pbstrText:string byref *
piGlyph:int[] byref -> int
function GetBuilderDisplayText(
iIndex : int,
pbstrText : String,
piGlyph : int[]
) : int
Paramètres
iIndex
Type : Int32[in] l'index du jeu de saisies semi-automatiques.
pbstrText
Type : String%[in] le texte affiché.
piGlyph
Type : array<Int32[][out]
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 textmgr2.idl :
HRESULT IVsCompletionSetBuilder::GetBuilderDisplayText(
[in] long iIndex,
[out] const WCHAR **ppszText,
[out, optional] long *piGlyph
);
Notes
La mémoire tampon de texte est créée par l'objet d'IVsCompletionSetBuilder et la mémoire tampon doit persister pour la vie de l'objet d'IVsCompletionSetBuilder ou jusqu'à OnBuilderCommit la méthode est appelée.
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.