TableColumnDefinitionBase.TryCreateImageContent 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以的形式获取此列的数据 ITableEntryHandle ImageMoniker 。
public:
virtual bool TryCreateImageContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
virtual bool TryCreateImageContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle const & entry, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker & content);
public virtual bool TryCreateImageContent (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * bool * ImageMoniker -> bool
override this.TryCreateImageContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * bool * ImageMoniker -> bool
Public Overridable Function TryCreateImageContent (entry As ITableEntryHandle, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean
参数
- entry
- ITableEntryHandle
项。
- singleColumnView
- Boolean
视图。
- content
- ImageMoniker
内容。
返回
默认实现无法返回 ImageMoniker。
实现
注解
默认实现无法返回 ImageMoniker 。