ProjectElement.NextSibling Property

Definition

Next sibling element. May be null.

C#
public Microsoft.Build.Construction.ProjectElement NextSibling { get; }
C#
[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public Microsoft.Build.Construction.ProjectElement NextSibling { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }

Property Value

The next sibling of this project element, or null if no next sibling exists.

Attributes

Remarks

Setter should ideally be "protected AND internal"

Applies to

Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17