CompileTimeConstantAttribute(Type) Constructor
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.
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.