IWpfTableEntry インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
エントリ プロバイダーが特定の列の IWpfTableEntry エントリに対して表示される既定の動作をオーバーライドできるようにする の拡張。
public interface class IWpfTableEntry : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
public interface class IWpfTableEntry : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
__interface IWpfTableEntry : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
[System.CLSCompliant(false)]
public interface IWpfTableEntry : Microsoft.VisualStudio.Shell.TableManager.ITableEntry
public interface IWpfTableEntry : Microsoft.VisualStudio.Shell.TableManager.ITableEntry
[<System.CLSCompliant(false)>]
type IWpfTableEntry = interface
interface ITableEntry
type IWpfTableEntry = interface
interface ITableEntry
Public Interface IWpfTableEntry
Implements ITableEntry
- 派生
- 属性
- 実装
注釈
The TryCreate...() エントリのメソッドは、列定義から同等のメソッドを使用する前に呼び出されます。
プロパティ
Identity |
エントリを一意に識別する オブジェクトを返します。 (継承元 ITableEntry) |
メソッド
CanCreateDetailsContent() |
エントリには、表示できる詳細コンテンツが含まれますか。 |
CanSetValue(String) |
指定した列に関連付けられているデータを設定できますか? (継承元 ITableEntry) |
TryCreateColumnContent(String, Boolean, FrameworkElement) |
FrameworkElementエントリと |
TryCreateDetailsContent(FrameworkElement) |
テーブル コントロールに表示できるように、エントリの詳細コンテンツを取得します。 |
TryCreateDetailsStringContent(String) |
エントリの詳細コンテンツに相当する文字列を取得します (検索とコピーと貼り付けに使用されます)。 |
TryCreateImageContent(String, Boolean, ImageMoniker) |
ImageMonikerエントリと |
TryCreateStringContent(String, Boolean, Boolean, String) |
Stringエントリと |
TryCreateToolTip(String, Object) |
エントリと |
TryGetValue(String, Object) |
指定した列に関連付けられているデータを取得します (このエントリに データが関連付 |
TrySetValue(String, Object) |
指定した列に関連付けられているデータを設定します (このエントリに データが関連付 |
拡張メソッド
TryGetValue<T>(ITableEntry, String, T, T) |
エントリから型 |
TryGetValue<T>(ITableEntry, String, T, Func<T>) |
エントリから型 |
TryGetValue<T>(ITableEntry, String, T) |
エントリから型 |