IPeekResultFactory 接口

定义

重要

此 API 不符合 CLS。

表示用于创建的工厂 IPeekResult

public interface class IPeekResultFactory
public interface class IPeekResultFactory
__interface IPeekResultFactory
[System.CLSCompliant(false)]
public interface IPeekResultFactory
[<System.CLSCompliant(false)>]
type IPeekResultFactory = interface
Public Interface IPeekResultFactory
属性

注解

这是一个 MEF 组件,应该使用以下属性导入: [Import (typeof (IPeekResultFactory) ) ]

方法

Create(IPeekResultDisplayInfo, Action)

创建一个的实例, IPeekResult 该实例不基于文档中的某个位置,但可以从外部浏览,例如只能在对象浏览器中浏览的元数据类。

Create(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo, String, Span, Int32, Boolean)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Guid)

创建 IPeekResult 基于文档中某个位置的的实例。

Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Guid, Action<IPeekResult,Object,Object>)

创建 IPeekResult 基于文档中某个位置的的实例。

适用于