IEntryBucket.TryCreateColumnContent(FrameworkElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto FrameworkElement usato per visualizzare il gruppo.
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
Parametri
- content
- FrameworkElement
Oggetto FrameworkElement per visualizzare il gruppo.
Restituisce
true se il gruppo deve essere visualizzato utilizzando un oggetto FrameworkElement.