IXamlType.ItemType Property
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.
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.