共用方式為


ProjectConfigurationInSolution.IncludeInBuild Property

Determines whether this project configuration should be built as part of its parent solution configuration.

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property IncludeInBuild As Boolean
public bool IncludeInBuild { get; }
public:
property bool IncludeInBuild {
    bool get ();
}
member IncludeInBuild : bool with get
function get IncludeInBuild () : boolean

Property Value

Type: System.Boolean
True if this project configuration should be built as part of its parent solution configuration, otherwise false.

.NET Framework Security

See Also

Reference

ProjectConfigurationInSolution Class

Microsoft.Build.Construction Namespace