Partager via


IWpfTableEntry.TryCreateImageContent(String, Boolean, ImageMoniker) Méthode

Définition

Obtenez le ImageMoniker pour l’entrée et 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

Paramètres

columnName
String

Nom de la colonne pour laquelle obtenir le ImageMoniker.

singleColumnView
Boolean

true si le contrôle de table affiche tout dans une colonne unique.

content
ImageMoniker

ImageMoniker à afficher dans la colonne .

Retours

true si content doit être utilisé.

S’applique à