共用方式為


TableEntryHandleExtensions.TryCreateImageContent 方法

定義

如果特定專案 & 數據行有任何) ,協助程式會取得影像內容 (。

public:
[System::Runtime::CompilerServices::Extension]
 static bool TryCreateImageContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition ^ column, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public static bool TryCreateImageContent (this Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition column, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
static member TryCreateImageContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition * bool * ImageMoniker -> bool
<Extension()>
Public Function TryCreateImageContent (entry As ITableEntryHandle, column As ITableColumnDefinition, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean

參數

entry
ITableEntryHandle

項目。

column
ITableColumnDefinition

資料行。

singleColumnView
Boolean

是否為單一數據行檢視。

content
ImageMoniker

內容。

傳回

傳回 Boolean

備註

此程式代碼會先檢查專案是否直接提供該數據,如果不是,則會使用與數據行相關聯的轉換器。

適用於