IVsCompletionSetBuilder.GetBuilderImageList(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 images used by the builder.
public:
int GetBuilderImageList([Runtime::InteropServices::Out] IntPtr % phImages);
public int GetBuilderImageList (out IntPtr phImages);
abstract member GetBuilderImageList : nativeint -> int
Public Function GetBuilderImageList (ByRef phImages As IntPtr) As Integer
Parameters
- phImages
-
IntPtr
nativeint
[out] The images.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsCompletionSetBuilder::GetBuilderImageList(
[out] HANDLE *phImages
);