Condividi tramite


Metodo IVsExpansionFunction.GetListText

Restituisce il valore specificato da un elenco di valori associati alla funzione di espansione.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
Function GetListText ( _
    iIndex As Integer, _
    <OutAttribute> ByRef pbstrText As String _
) As Integer
int GetListText(
    int iIndex,
    out string pbstrText
)
int GetListText(
    [InAttribute] int iIndex, 
    [OutAttribute] String^% pbstrText
)
abstract GetListText : 
        iIndex:int * 
        pbstrText:string byref -> int
function GetListText(
    iIndex : int, 
    pbstrText : String
) : int

Parametri

  • iIndex
    Tipo: Int32

    [in] Indice del valore da recuperare.

  • pbstrText
    Tipo: String%

    [out] Restituisce una stringa contenente il valore richiesto.

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr2.idl:

void IVsExpansionFunction::GetListText(
   [in]long iIndex,
   [out]const WCHAR** pbstrText
);

La stringa restituita deve continuare alla vita dell'oggetto funzione di espansione stessa o fino a ReleaseFunction viene chiamato il metodo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsExpansionFunction Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop