ProjectElement.NextSibling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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"