ItemType Property

Returns the item type for this editing context item. Context items are considered unique based on their item type. By using ItemType to identify a type of context item we allow several derived versions of context items to be cataloged under the same key in the editing context.

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ItemType As Type
    Get
'Usage
Dim instance As ContextItem
Dim value As Type

value = instance.ItemType
public abstract Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () abstract;
}
abstract ItemType : Type
abstract function get ItemType () : Type

Property Value

Type: System..::..Type

See Also

Reference

ContextItem Class

Microsoft.Data.Tools.Design.Core.Context Namespace