Udostępnij za pośrednictwem


ITableColumnDefinition.TryCreateStringContent Metoda

Definicja

Pobierz dane dla tej kolumny jako ITableEntryHandle ciągu.

public:
 bool TryCreateStringContent(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, bool truncatedText, bool singleColumnView, [Runtime::InteropServices::Out] System::String ^ % content);
public bool TryCreateStringContent (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, bool truncatedText, bool singleColumnView, out string content);
abstract member TryCreateStringContent : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * bool * bool * string -> bool
Public Function TryCreateStringContent (entry As ITableEntryHandle, truncatedText As Boolean, singleColumnView As Boolean, ByRef content As String) As Boolean

Parametry

entry
ITableEntryHandle

Wpis.

truncatedText
Boolean

Obcięty tekst.

singleColumnView
Boolean

Widok.

content
String

Zawartość.

Zwraca

Zwraca wartość Boolean.

Uwagi

Domyślna implementacja polega na pobraniu wartości przy użyciu Name jako klucza, a jeśli jest to ciąg, wyświetl ją.

Dotyczy