IPeekableItemSourceProvider Interface

Visual Studio 2015
 

Provides <see cref="IPeekableItem"/> source for a text buffer.

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

public interface IPeekableItemSourceProvider

Peek providers implement and export IPeekableItemSourceProvider> for the content type for which they want to provide IPeekableItems. This is a MEF component, and should be exported with the following attribute:

[Export(typeof(IPeekableItemSourceProvider))]

You must provide the ContentType and Name attributes. The Order and SupportsStandaloneFiles attributes are optional. The default value of the SupportsStandaloneFiles attribute is false so the absence of it means the provider doesn't support standalone files.

Return to top
Show: