Share via


BuildItem.CustomMetadataCount Property

Gets the number of custom attributes that are set on this item.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public ReadOnly Property CustomMetadataCount As Integer
public int CustomMetadataCount { get; }
public:
property int CustomMetadataCount {
    int get ();
}
member CustomMetadataCount : int with get
function get CustomMetadataCount () : int

Property Value

Type: System.Int32
An integer indicating how many custom attributes are set on this item.

Remarks

The value returned by CustomMetadataCount does include pre-defined or reserved item-spec modifiers, because they are not custom attributes.

.NET Framework Security

See Also

Reference

BuildItem Class

Microsoft.Build.BuildEngine Namespace