DatabaseProjectBuildActionDefinition Structure
Defines a new build action to be added to the project system.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Structure DatabaseProjectBuildActionDefinition
[CLSCompliantAttribute(false)]
public struct DatabaseProjectBuildActionDefinition
[CLSCompliantAttribute(false)]
public value class DatabaseProjectBuildActionDefinition
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectBuildActionDefinition = struct end
JScript supports the use of structures, but not the declaration of new ones.
The DatabaseProjectBuildActionDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseProjectBuildActionDefinition | Initializes a new instance of the DatabaseProjectBuildActionDefinition class. |
Top
Properties
Name | Description | |
---|---|---|
BuildActionLocalizedName | Gets or sets the localized name of the build action as it appears in the property window. | |
BuildActionName | Gets or sets the name of the build action as it appears in the project file. | |
ExportWithPartialProjects | Gets or sets a value that indicates, when partial projects are exported, whether task items of this kind are exported or skipped. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace