VisualStudioContributionAttribute Class

Definition

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()

Applies to