IVsDefaultButtonBarImages.GetImageList(IntPtr) Method
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 Buttonbar image list.
C++
public:
int GetImageList([Runtime::InteropServices::Out] IntPtr % phImageList);
public int GetImageList(out IntPtr phImageList);
abstract member GetImageList : nativeint -> int
Public Function GetImageList (ByRef phImageList As IntPtr) As Integer
- phImageList
-
IntPtr
nativeint
[out] Handle of the image list.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
cpp#
HRESULT IVsDefaultButtonBarImages::GetImageList(
[out] HANDLE *phImageList
);
Do not attempt to free the image list that is returned. The implementer of this interface does that.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |