次の方法で共有


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

1 つの列ビューかどうか。

content
ImageMoniker

コンテンツ。

戻り値

Boolean が返されます。

注釈

このコードでは、まず、エントリがそのデータを直接提供しているかどうかを確認し、提供されていない場合は列に関連付けられているコンバーターを使用します。

適用対象