ItemType Class

Definition

Used to deserialize the item type information

public ref class ItemType sealed : Microsoft::Build::Framework::XamlTypes::IProjectSchemaNode, System::ComponentModel::ISupportInitialize
public sealed class ItemType : Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode, System.ComponentModel.ISupportInitialize
type ItemType = class
    interface ISupportInitialize
    interface IProjectSchemaNode
Public NotInheritable Class ItemType
Implements IProjectSchemaNode, ISupportInitialize
Inheritance
ItemType
Implements

Constructors

ItemType()

Constructor

Properties

DefaultContentType

serializes IItemType.ItemType

DisplayName

serializes IItemType.DisplayName

Name

serializes IItemType.Name

UpToDateCheckInput

serializes IItemType.UpToDateCheckInput

Methods

BeginInit()

See ISupportInitialize.

EndInit()

See ISupportInitialize.

GetSchemaObjects(Type)

see IProjectSchemaNode

GetSchemaObjectTypes()

see IProjectSchemaNode

Applies to