IPeekResultFactory 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.
public interface class IPeekResultFactory
public interface class IPeekResultFactory
__interface IPeekResultFactory
[System.CLSCompliant(false)]
public interface IPeekResultFactory
public interface IPeekResultFactory
[<System.CLSCompliant(false)>]
type IPeekResultFactory = interface
type IPeekResultFactory = interface
Public Interface IPeekResultFactory
Attributes
This is a MEF Component, and should be imported with the following attribute: [Import(typeof(IPeekResultFactory))]
Methods
Create(IPeekResultDisplayInfo, Action)
Creates an instance of IPeekResult that is not based on a location in a document, but can
be browsed externally, for example a metadata class that can only be browsed in Object Browser.
Create(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo, String, Span, Int32, Boolean)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32,
Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Guid, Action<IPeekResult,
Object,Object>)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Guid)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)
Creates an instance of IPeekResult that is based on a location in a document.
Create(IPeekResultDisplayInfo2, ImageMoniker, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Creates an instance of IPeekResult that is based on a location in a document.
Applies to