Freigeben über


TableEntryHandleExtensions.TryCreateColumnContent Methode

Definition

Hilfsprogramm zum Abrufen des Inhalts (sofern vorhanden) für einen bestimmten Eintrag & Spalte.

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

Gibt Boolean zurück.

Hinweise

Dieser Code überprüft zunächst, ob der Eintrag diese Daten direkt bereitstellt, und verwendet, falls nicht, den der Spalte zugeordneten Konverter.

Gilt für: