ISignatureHelpSourceProvider Interface

Definition

Defines an extension used to create signature help providers from a given ITextBuffer opened in a given context.

C++/CX
public interface class ISignatureHelpSourceProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ISignaturehelpSourceProvider))] Component exporters must add at least one ContentType attribute to specify the content types for which the component is valid, and an Order to specify its order in the chain of signature help providers.

Methods

TryCreateSignatureHelpSource(ITextBuffer)

Attempts to create a signature help provider for the given text buffer opened in the given context.

Applies to

Product Versies
Visual Studio SDK 2015, 2017, 2019, 2022