Project.ThrowInsteadOfSplittingItemElement Property

Definition

Certain item operations split the item element in multiple elements if the include contains globs, references to items or properties, or multiple item values.

The items operations that may expand item elements are:

When this property is set to true, the previous item operations throw an InvalidOperationException instead of expanding the item element.

public:
 property bool ThrowInsteadOfSplittingItemElement { bool get(); void set(bool value); };
public bool ThrowInsteadOfSplittingItemElement { get; set; }
member this.ThrowInsteadOfSplittingItemElement : bool with get, set
Public Property ThrowInsteadOfSplittingItemElement As Boolean

Property Value

Applies to