IEntryBucket.TryCreateColumnContent(FrameworkElement) 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.
Obtient le FrameworkElement utilisé pour afficher le groupe.
public:
bool TryCreateColumnContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public bool TryCreateColumnContent (out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : FrameworkElement -> bool
Public Function TryCreateColumnContent (ByRef content As FrameworkElement) As Boolean
Paramètres
- content
- FrameworkElement
FrameworkElement pour afficher le groupe.
Retours
true si le groupe doit être affiché à l’aide d’un FrameworkElement.