IVisualStudioContributionProperty 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.
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