ProjectItemDefinitionInstance Class

Definition

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

Applies to