ProjectItem.DirectMetadataCount Property

Definition

Count of direct metadata on this item, if any. Does NOT count any metadata inherited from item definitions. Does not count built-in metadata, such as "FullPath".

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

Property Value

The count of metadata for this item.

Remarks

Does not include metadata from item definitions. Does not include built-in metadata, such as "FullPath".

Applies to