次の方法で共有


BuildPropertyGroup Constructors

Definition

Overloads

BuildPropertyGroup()

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Default constructor, that creates an empty virtual (non-persisted) BuildPropertyGroup.

BuildPropertyGroup(Project)

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Default constructor, that creates an empty virtual (non-persisted) BuildPropertyGroup.

BuildPropertyGroup()

Source:
BuildPropertyGroup.cs

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Default constructor, that creates an empty virtual (non-persisted) BuildPropertyGroup.

public:
 BuildPropertyGroup();
public BuildPropertyGroup ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public BuildPropertyGroup ();
Public Sub New ()
Attributes

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to

BuildPropertyGroup(Project)

Source:
BuildPropertyGroup.cs

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Default constructor, that creates an empty virtual (non-persisted) BuildPropertyGroup.

public:
 BuildPropertyGroup(Microsoft::Build::BuildEngine::Project ^ parentProject);
public BuildPropertyGroup (Microsoft.Build.BuildEngine.Project parentProject);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public BuildPropertyGroup (Microsoft.Build.BuildEngine.Project parentProject);
new Microsoft.Build.BuildEngine.BuildPropertyGroup : Microsoft.Build.BuildEngine.Project -> Microsoft.Build.BuildEngine.BuildPropertyGroup
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.BuildEngine.BuildPropertyGroup : Microsoft.Build.BuildEngine.Project -> Microsoft.Build.BuildEngine.BuildPropertyGroup
Public Sub New (parentProject As Project)

Parameters

parentProject
Project

The name of the Project in which to add the new PropertyGroup.

Attributes

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to