CompletionSet.GetImageList(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the image list to use for the glyphs in the completion list.
public:
virtual int GetImageList([Runtime::InteropServices::Out] IntPtr % phImages);
public virtual int GetImageList (out IntPtr phImages);
abstract member GetImageList : nativeint -> int
override this.GetImageList : nativeint -> int
Public Overridable Function GetImageList (ByRef phImages As IntPtr) As Integer
Parameters
- phImages
-
IntPtr
nativeint
[out] Returns the handle to an image list.
Returns
If successful, returns S_OK; otherwise, returns an error code.
Implements
Remarks
This method is an implementation of the GetImageList method on the IVsCompletionSet interface.
The base method returns the handle of the image list that was passed to the CompletionSet class constructor. The base method always returns a success code of S_OK.