Udostępnij za pośrednictwem


Metoda CompletionSet.GetImageList —

Zwraca listę obraz do użytku glify na liście zakończenia.

Przestrzeń nazw:  Microsoft.VisualStudio.Package
Zestawy:   Microsoft.VisualStudio.Package.LanguageService.11.0 (w Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (w Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (w Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (w Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Składnia

'Deklaracja
Public Overridable Function GetImageList ( _
    <OutAttribute> ByRef phImages As IntPtr _
) As Integer
public virtual int GetImageList(
    out IntPtr phImages
)

Parametry

  • phImages
    Typ: System.IntPtr%
    [out] Zwraca dojście do listy obraz .

Wartość zwracana

Typ: System.Int32
Jeśli się powiedzie, zwraca S_OK; w przeciwnym razie zwraca kod błędu.

Implementuje

IVsCompletionSet.GetImageList(IntPtr%)

Uwagi

Ta metoda jest implementacją GetImageList metoda na IVsCompletionSet interfejs.

Podstawową metoda zwraca dojście listy obraz , który został przekazany do CompletionSet konstruktorklasy.Podstawową metoda zawsze zwraca kod sukcesu S_OK.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

CompletionSet Klasa

Przestrzeń nazw Microsoft.VisualStudio.Package