BuildActionDefinition.ExportWithPartialProjects Property

Gets or sets whether task items of this type should be exported when partial projects are exported.

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

Syntax

'Declaration
Public Property ExportWithPartialProjects As Boolean
    Get
    Set
'Usage
Dim instance As BuildActionDefinition
Dim value As Boolean

value = instance.ExportWithPartialProjects

instance.ExportWithPartialProjects = value
public bool ExportWithPartialProjects { get; set; }
public:
property bool ExportWithPartialProjects {
    bool get ();
    void set (bool value);
}
function get ExportWithPartialProjects () : boolean
function set ExportWithPartialProjects (value : boolean)
member ExportWithPartialProjects : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildActionDefinition Structure

BuildActionDefinition Members

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