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
- 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
BuildActionDefinition Structure
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace