ProjectElement.NextSibling Property

Definition

Next sibling element. May be null.

public:
 property Microsoft::Build::Construction::ProjectElement ^ NextSibling { Microsoft::Build::Construction::ProjectElement ^ get(); };
public Microsoft.Build.Construction.ProjectElement NextSibling { get; }
[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; }
member this.NextSibling : Microsoft.Build.Construction.ProjectElement
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.NextSibling : Microsoft.Build.Construction.ProjectElement
Public ReadOnly Property NextSibling As ProjectElement

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