TableEntryHandleExtensions.TryCreateImageContent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
列の特定のエントリの画像コンテンツ (存在する場合) を取得 & ヘルパー。
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 が返されます。
注釈
このコードでは、まず、エントリがそのデータを直接提供しているかどうかを確認し、提供されていない場合は列に関連付けられているコンバーターを使用します。