ProjectItemElement.HasMetadata 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 there are any child metadata elements
public:
property bool HasMetadata { bool get(); };
public bool HasMetadata { get; }
member this.HasMetadata : bool
Public ReadOnly Property HasMetadata As Boolean
Property Value
true
if this item has child metadata elements; otherwise, false
.