IVisualStudioContributionClass Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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