CompileTimeEvaluationAttribute Class

Definition

An attribute used to mark that a property is evaluated at compile time and reprensents the configuration of an IVisualStudioContributionClass. Alternatively it is used on types that implement IVisualStudioContributionProperty and are used to define static properties marked with VisualStudioContributionAttribute, which are also evaluated at compile time. This is used by the VisualStudio.Extensibility libraries for documentation purposes and it's not meant to be used directly by extenders.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property | System.AttributeTargets.Struct, AllowMultiple=false)]
public class CompileTimeEvaluationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property | System.AttributeTargets.Struct, AllowMultiple=false)>]
type CompileTimeEvaluationAttribute = class
    inherit Attribute
Public Class CompileTimeEvaluationAttribute
Inherits Attribute
Inheritance
CompileTimeEvaluationAttribute
Attributes

Constructors

CompileTimeEvaluationAttribute()

Applies to