ProjectItemDefinitionInstance Class
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.
An evaluated item definition for a particular item-type, divested of all references to XML. Immutable.
public ref class ProjectItemDefinitionInstance
public class ProjectItemDefinitionInstance
type ProjectItemDefinitionInstance = class
Public Class ProjectItemDefinitionInstance
- Inheritance
-
ProjectItemDefinitionInstance
Properties
ItemType |
Type of this item definition. |
Metadata |
Metadata on the item definition. If there is no metadata, returns empty collection. This is a read-only collection. |
MetadataCount |
Number of pieces of metadata on this item definition. |
MetadataNames |
Names of all metadata on this item definition |
Methods
GetMetadata(String) |
Get any metadata in the item that has the specified name, otherwise returns null |