ProjectElement.PreviousSibling Property

Definition

Previous sibling element. May be null.

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

Property Value

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

Attributes

Remarks

Setter should ideally be "protected AND internal"

Applies to