IVsSccGlyphs2.GetCustomGlyphMonikerList(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取特定于 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
中央图像列表中的基本图标数
返回
SCC 提供程序中自定义 ImageMonikers 的列表。