IWpfTableEntry.TryCreateColumnContent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.