TableEntryHandleExtensions.TryCreateColumnContent(ITableEntryHandle, ITableColumnDefinition, Boolean, FrameworkElement) Methode

Definition

Hilfsmethode, um den Inhalt (sofern vorhanden) für eine bestimmte Eingabe Spalte zu erhalten & .

public:
[System::Runtime::CompilerServices::Extension]
 static bool TryCreateColumnContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::ITableColumnDefinition ^ column, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public static bool TryCreateColumnContent (this Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition column, bool singleColumnView, out System.Windows.FrameworkElement content);
static member TryCreateColumnContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.ITableColumnDefinition * bool * FrameworkElement -> bool
<Extension()>
Public Function TryCreateColumnContent (entry As ITableEntryHandle, column As ITableColumnDefinition, singleColumnView As Boolean, ByRef content As FrameworkElement) As Boolean

Parameter

singleColumnView
Boolean

Gibt zurück

Boolean

Gibt Booleanzurück.

Hinweise

Mit diesem Code wird zuerst überprüft, ob der Eintrag diese Daten direkt bereitstellt, und andernfalls wird der Konverter verwendet, der der Spalte zugeordnet ist.

Gilt für