IVsCompletionSet3.GetContextImageList(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.
Gets the list of context images supported by this completion set.
public:
int GetContextImageList([Runtime::InteropServices::Out] IntPtr % phImageList);
public int GetContextImageList (out IntPtr phImageList);
abstract member GetContextImageList : nativeint -> int
Public Function GetContextImageList (ByRef phImageList As IntPtr) As Integer
Parameters
- phImageList
-
IntPtr
nativeint
[out] The list of context images.
Returns
The HRESULT.