DatabaseProjectPropertyValueType Enumeration
Determines what kind of evaluations should occur on the property value. EvaluatedValue indicates that the value is evaluated to expand all embedded properties. UnevaluatedValue indicates that the value is not evaluated (this is typically used for pre-build and post-build events) and leaves embedded macros in place.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Enumeration DatabaseProjectPropertyValueType
public enum DatabaseProjectPropertyValueType
public enum class DatabaseProjectPropertyValueType
type DatabaseProjectPropertyValueType
public enum DatabaseProjectPropertyValueType
Members
Member name | Description | |
---|---|---|
EvaluatedValue | The property value as evaluated by MSBuild. | |
UnevaluatedValue | The raw value of the property in the MSBuild file. |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace