IWpfTableEntriesSnapshot 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
的 ITableEntriesSnapshot 延伸,可讓專案提供者覆寫特定數據行中專案所顯示專案的預設行為。
public interface class IWpfTableEntriesSnapshot : IDisposable, Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshot
[System.CLSCompliant(false)]
public interface IWpfTableEntriesSnapshot : IDisposable, Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
public interface IWpfTableEntriesSnapshot : IDisposable, Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot
[<System.CLSCompliant(false)>]
type IWpfTableEntriesSnapshot = interface
interface ITableEntriesSnapshot
interface IDisposable
type IWpfTableEntriesSnapshot = interface
interface ITableEntriesSnapshot
interface IDisposable
Public Interface IWpfTableEntriesSnapshot
Implements IDisposable, ITableEntriesSnapshot
- 衍生
- 屬性
- 實作
備註
使用數據行定義的對等方法之前,會先呼叫專案的 TryCreate... () 方法。
屬性
Count |
此快照中的項目數目。 (繼承來源 ITableEntriesSnapshot) |
VersionNumber |
取得與快照集相關聯的版本號碼。 (繼承來源 ITableEntriesSnapshot) |
方法
CanCreateDetailsContent(Int32) |
指出位置 |
IndexOf(Int32, ITableEntriesSnapshot) |
傳回此快照集中此快照集中專案 |
StartCaching() |
對快照集的提示,表示快照集的數據會有許多存取權。 (繼承來源 ITableEntriesSnapshot) |
StopCaching() |
快照集的提示,表示不再存取快照集的專案。 (繼承來源 ITableEntriesSnapshot) |
TryCreateColumnContent(Int32, String, Boolean, FrameworkElement) |
FrameworkElement取得位於 位置 |
TryCreateDetailsContent(Int32, FrameworkElement) |
取得虛擬專案 |
TryCreateDetailsStringContent(Int32, String) |
取得與虛擬專案 |
TryCreateImageContent(Int32, String, Boolean, ImageMoniker) |
ImageMoniker取得位於 位置 |
TryCreateStringContent(Int32, String, Boolean, Boolean, String) |
String取得位於 位置 |
TryCreateToolTip(Int32, String, Object) |
取得專案和 |
TryGetValue(Int32, String, Object) |
取得位於之項目 |