ProjectItemInstance.MetadataCount 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.
Returns the number of metadata entries. Includes any from applicable item definitions. 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
The number of metadata entries, including metadata inherited from item definitions
Implements
Remarks
Includes both custom and built-in metadata.