IDatabaseFileNode.BuildAction Property
Gets or sets the build action for this file.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property BuildAction As String
string BuildAction { get; set; }
property String^ BuildAction {
String^ get ();
void set (String^ value);
}
abstract BuildAction : string with get, set
function get BuildAction () : String
function set BuildAction (value : String)
Property Value
Type: System.String
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace