CompileTimeEvaluationAttribute 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 mark that a property is evaluated at compile time and represents 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() |