VisualStudioContributionAttribute Class
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.
An attribute used to contribute VisualStudio.Extensibility components from the extension and allow Visual Studio to consume them. This attribute can be applied to types that extend an abstract class which implements IVisualStudioContributionClass or on properties of a type that implements IVisualStudioContributionProperty.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)]
public class VisualStudioContributionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)>]
type VisualStudioContributionAttribute = class
inherit Attribute
Public Class VisualStudioContributionAttribute
Inherits Attribute
- Inheritance
-
VisualStudioContributionAttribute
- Attributes
Constructors
VisualStudioContributionAttribute() |