Share via


CompileTimeConstantAttribute(Type) Constructor

Definition

Initializes a new instance of the CompileTimeConstantAttribute class.

public CompileTimeConstantAttribute(Type valueProvider);
new Microsoft.VisualStudio.Extensibility.Internal.CompileTimeConstantAttribute : Type -> Microsoft.VisualStudio.Extensibility.Internal.CompileTimeConstantAttribute
Public Sub New (valueProvider As Type)

Parameters

valueProvider
Type

A type used by the VisualStudio.Extensibility build infrastructure to evalaute the value of the property at compile time.

Applies to