ITaskItem.MetadataCount Property

Definition

Gets the number of pieces of metadata on the item. Includes both custom and built-in metadata.

public:
 property int MetadataCount { int get(); };
public int MetadataCount { get; }
member this.MetadataCount : int
Public ReadOnly Property MetadataCount As Integer

Property Value

Count of pieces of metadata.

Applies to