WpfTableEntryBase.TryCreateImageContent(String, Boolean, ImageMoniker) 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 ImageMoniker for the entry and columnName
.
public:
virtual bool TryCreateImageContent(System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public virtual bool TryCreateImageContent (string columnName, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : string * bool * ImageMoniker -> bool
override this.TryCreateImageContent : string * bool * ImageMoniker -> bool
Public Overridable Function TryCreateImageContent (columnName As String, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean
Parameters
- columnName
- String
Name of the column for which to get the ImageMoniker.
- singleColumnView
- Boolean
true if the table control is displaying everything in a single column.
- content
- ImageMoniker
The ImageMoniker to display in the column.
Returns
true if content
should be used.