Partager via


IVsCompletionSetBuilder.GetBuilderImageList, méthode

Obtient les images utilisées par le 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 GetBuilderImageList ( _
    <OutAttribute> ByRef phImages As IntPtr _
) As Integer
int GetBuilderImageList(
    out IntPtr phImages
)
int GetBuilderImageList(
    [OutAttribute] IntPtr% phImages
)
abstract GetBuilderImageList : 
        phImages:IntPtr byref -> int
function GetBuilderImageList(
    phImages : IntPtr
) : int

Paramètres

  • phImages
    Type : IntPtr%

    [] les images.

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::GetBuilderImageList(
   [out] HANDLE *phImages
);

Sécurité .NET Framework

Voir aussi

Référence

IVsCompletionSetBuilder Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms