Partager via


IWpfTableEntry.TryCreateColumnContent Méthode

Définition

Obtenez le FrameworkElement pour l’entrée et columnName.

public:
 bool TryCreateColumnContent(System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public bool TryCreateColumnContent (string columnName, bool singleColumnView, out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : string * bool * FrameworkElement -> bool
Public Function TryCreateColumnContent (columnName As String, singleColumnView As Boolean, ByRef content As FrameworkElement) As Boolean

Paramètres

columnName
String

Nom de la colonne pour laquelle obtenir le FrameworkElement.

singleColumnView
Boolean

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

content
FrameworkElement

FrameworkElement à afficher dans la colonne.

Retours

true si content doit être utilisé.

S’applique à