IDatabaseProjectNode.DatabaseProjectBuildActionHelper Property
Gets the helper that converts build actions to localized names and back to build actions.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property DatabaseProjectBuildActionHelper As DatabaseProjectBuildActionHelper
DatabaseProjectBuildActionHelper DatabaseProjectBuildActionHelper { get; }
property DatabaseProjectBuildActionHelper^ DatabaseProjectBuildActionHelper {
DatabaseProjectBuildActionHelper^ get ();
}
abstract DatabaseProjectBuildActionHelper : DatabaseProjectBuildActionHelper
function get DatabaseProjectBuildActionHelper () : DatabaseProjectBuildActionHelper
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectBuildActionHelper
Remarks
The DatabaseProjectBuildActionHelper also provides the extension point that enables features to add their own build actions beyond what the basic project system provides (build and not in build).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace