Sdílet prostřednictvím


IWpfTableEntry.TryCreateImageContent(String, Boolean, ImageMoniker) Metoda

Definice

Získejte pro ImageMoniker položku a columnName.

public:
 bool TryCreateImageContent(System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public bool TryCreateImageContent (string columnName, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : string * bool * ImageMoniker -> bool
Public Function TryCreateImageContent (columnName As String, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean

Parametry

columnName
String

Název sloupce, pro který chcete získat ImageMonikerhodnotu .

singleColumnView
Boolean

true, pokud ovládací prvek tabulka zobrazuje vše v jednom sloupci.

content
ImageMoniker

Zobrazí ImageMoniker se ve sloupci.

Návraty

true, pokud content se má použít.

Platí pro