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) |
尝试从条目中获取类型的 |