IVsSccGlyphs2.GetCustomGlyphMonikerList(UInt32) 方法

定义

获取特定于 SCC 提供程序的 SCC 状态图标的自定义 ImageMonikers 列表。

public:
 Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ GetCustomGlyphMonikerList(System::UInt32 baseIndex);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ GetCustomGlyphMonikerList(unsigned int baseIndex);
Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList GetCustomGlyphMonikerList(unsigned int baseIndex);
public Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList GetCustomGlyphMonikerList (uint baseIndex);
abstract member GetCustomGlyphMonikerList : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList
Public Function GetCustomGlyphMonikerList (baseIndex As UInteger) As IVsImageMonikerImageList

参数

baseIndex
UInt32

中央图像列表中的基本图标数

返回

IVsImageMonikerImageList

SCC 提供程序中自定义 ImageMonikers 的列表。

适用于