IVisualStudioContributionClass Interface

Definition

Extenders can extend types implementing IVisualStudioContributionClass and mark their class with VisualStudioContributionAttribute to allow it to be consumed by Visual Studio. This interface is meant to be implemented by abstract classes provided by the VisualStudio.Extensibility libraries, extenders shouldn't implement this interface directly.

public interface IVisualStudioContributionClass
type IVisualStudioContributionClass = interface
Public Interface IVisualStudioContributionClass
Derived

Applies to