TableColumnDefinitionBase.TryCreateImageContent 方法

定义

以的形式获取此列的数据 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

内容。

返回

Boolean

默认实现无法返回 ImageMoniker。

实现

注解

默认实现无法返回 ImageMoniker

适用于