IVisualStudioContributionProperty Interface

Definition

Types implementing IVisualStudioContributionProperty can be used to create static properties marked with VisualStudioContributionAttribute which allows them to define metadata for the extension that is consumed by Visual Studio. This interface is meant to be implemented by types provided by the VisualStudio.Extensibility libraries, extenders shouldn't implement this interace directly.

public interface IVisualStudioContributionProperty
type IVisualStudioContributionProperty = interface
Public Interface IVisualStudioContributionProperty
Derived

Applies to