ITableColumnDefinition.TryCreateImageContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the data for this column of an ITableEntryHandle as an ImageMoniker.
public:
bool TryCreateImageContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public 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
Public Function TryCreateImageContent (entry As ITableEntryHandle, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean
Parameters
- entry
- ITableEntryHandle
The entry.
- singleColumnView
- Boolean
The view.
- content
- ImageMoniker
The content.
Returns
Returns Boolean.
Remarks
The default implementation fails to return an ImageMoniker.