ProjectOutputElement.IsOutputItem 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.
Whether this represents an output item (as opposed to an output property)
public:
property bool IsOutputItem { bool get(); };
public bool IsOutputItem { get; }
member this.IsOutputItem : bool
Public ReadOnly Property IsOutputItem As Boolean
Property Value
true
if this output element represents an output item; otherwise, false
.