次の方法で共有


TableEntryHandleExtensions.TryCreateStringContent メソッド

定義

特定のエントリ & 列の文字列コンテンツ (存在する場合) を取得するヘルパー。

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

パラメーター

entry
ITableEntryHandle

エントリ。

column
ITableColumnDefinition

列です。

truncatedText
Boolean

切り捨てられたテキスト。

singleColumnView
Boolean

ビュー。

content
String

コンテンツ。

戻り値

Boolean が返されます。

注釈

このコードはまず、エントリがそのデータを直接提供しているかどうかを確認し、そうでない場合は列に関連付けられているコンバーターを使用します。

適用対象