IWpfTableEntriesSnapshot.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 virtuelle à la position index
et columnName
.
public:
bool TryCreateColumnContent(int index, System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public bool TryCreateColumnContent (int index, string columnName, bool singleColumnView, out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : int * string * bool * FrameworkElement -> bool
Public Function TryCreateColumnContent (index As Integer, columnName As String, singleColumnView As Boolean, ByRef content As FrameworkElement) As Boolean
Paramètres
- index
- Int32
Index de l’entrée virtuelle dans le instantané.
- columnName
- String
Nom de la colonne pour laquelle obtenir le FrameworkElement.
- singleColumnView
- Boolean
true si le contrôle de table affiche tout dans une colonne unique.
- content
- FrameworkElement
FrameworkElement à afficher dans la colonne .
Retours
true si content
doit être utilisé.