Delen via


BuildActionChangeEventArgs.CurrentAction Property

Gets or sets the current build action.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property CurrentAction As String
public string CurrentAction { get; private set; }
public:
property String^ CurrentAction {
    String^ get ();
    private: void set (String^ value);
}
member CurrentAction : string with get, private set
function get CurrentAction () : String
private function set CurrentAction (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildActionChangeEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace