IPeekResultFactory Schnittstelle

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Stellt eine Factory zum Erstellen von IPeekResult s dar.

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
Attribute

Hinweise

Dies ist eine MEF-Komponente, die mit dem folgenden Attribut importiert werden sollte: [Import (typeof (ietekresultfactory))]

Methoden

Create(IPeekResultDisplayInfo, Action)

Erstellt eine Instanz von, IPeekResult die nicht auf einem Speicherort in einem Dokument basiert, aber extern durchsucht werden kann, z. b. eine Metadatenklasse, die nur in Objektkatalog durchsucht werden kann.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

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

Erstellt eine Instanz von IPeekResult , die auf einem Speicherort in einem Dokument basiert.

Gilt für