IWpfTableEntriesSnapshot Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Extension of the ITableEntriesSnapshot that allows an entry provider to override the default behavior for what gets displayed for an entry in a particular column.
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
- Derived
- Attributes
- Implements
Remarks
The TryCreate...() methods for entries are called before using the equivalent method from the column definition.
Properties
Count |
Number of entries in this snapshot. (Inherited from ITableEntriesSnapshot) |
VersionNumber |
Get the version number associated with the snapshot. (Inherited from ITableEntriesSnapshot) |
Methods
CanCreateDetailsContent(Int32) |
Indicates whether the virtual entry at position |
IndexOf(Int32, ITableEntriesSnapshot) |
Returns the index of the entry at |
StartCaching() |
Hint to the snapshot that there will be a lot of access to the snapshot's data. (Inherited from ITableEntriesSnapshot) |
StopCaching() |
Hint to the snapshot that the snapshot's entries will no longer be accessed. (Inherited from ITableEntriesSnapshot) |
TryCreateColumnContent(Int32, String, Boolean, FrameworkElement) |
Get the FrameworkElement for the virtual entry at position |
TryCreateDetailsContent(Int32, FrameworkElement) |
Get the details content for the virtual entry |
TryCreateDetailsStringContent(Int32, String) |
Get the string equivalent of the details content for the virtual entry |
TryCreateImageContent(Int32, String, Boolean, ImageMoniker) |
Get the ImageMoniker for the virtual entry at position |
TryCreateStringContent(Int32, String, Boolean, Boolean, String) |
Get the String for the virtual entry at position |
TryCreateToolTip(Int32, String, Object) |
Get the tooltip for the entry and |
TryGetValue(Int32, String, Object) |
Get the data for the |