IXamlType.ItemType Property

Definition

Gets a value that provides the type information for the Items property of this IXamlType.

public:
 property IXamlType ^ ItemType { IXamlType ^ get(); };
IXamlType ItemType();
public IXamlType ItemType { get; }
var iXamlType = iXamlType.itemType;
Public ReadOnly Property ItemType As IXamlType

Property Value

The IXamlType information for the type of the items in the collection; otherwise, null if this IXamlType does not represent a collection.

Applies to