ITableColumnDefinition.TryCreateStringContent Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ą.