Udostępnij za pośrednictwem


IWpfTableEntriesSnapshot.TryCreateImageContent Metoda

Definicja

Pobierz element ImageMoniker dla wpisu wirtualnego w pozycji index i columnName.

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

Parametry

index
Int32

Indeks wpisu wirtualnego w migawce.

columnName
String

Nazwa kolumny, dla której ma być pobierany element ImageMoniker.

singleColumnView
Boolean

true, jeśli kontrolka tabeli wyświetla wszystko w jednej kolumnie.

content
ImageMoniker

Element ImageMoniker do wyświetlenia w kolumnie .

Zwraca

true, jeśli content należy użyć.

Dotyczy