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
- 衍生
- 屬性
- 實作
備註
使用數據行定義的對等方法之前,會先呼叫專案的 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) |
嘗試從專案取得類型的 |