IPeekResultFactory Interface

Visual Studio 2015
 

Represents a factory for creating IPeekResults.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

[CLSCompliantAttribute(false)]
public interface IPeekResultFactory

NameDescription
System_CAPS_pubmethodCreate(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 the Object Browser.

System_CAPS_pubmethodCreate(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32)

Creates an instance of IPeekResult that is based on a location in a document.

System_CAPS_pubmethodCreate(IPeekResultDisplayInfo, String, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)

Creates an instance of IPeekResult that is based on a location in a document.

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

Creates an instance of IPeekResult that is based on a location in a document.

System_CAPS_pubmethodCreate(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.

System_CAPS_pubmethodCreate(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.

System_CAPS_pubmethodCreate(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.

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

This is a MEF component, and should be imported with the following attribute

[Import(typeof(IPeekResultFactory))]
Return to top
Show: