ModelItemCollection.ItemProperty 字段

定义

标识 Item 依赖项属性。

public: static initonly System::Windows::DependencyProperty ^ ItemProperty;
public static readonly System.Windows.DependencyProperty ItemProperty;
 staticval mutable ItemProperty : System.Windows.DependencyProperty
Public Shared ReadOnly ItemProperty As DependencyProperty 

字段值

DependencyProperty

注解

Item 属性表示集合中的所有项,并定义为类型 ModelItem。 Item 属性指向 ModelItemCollection 本身。

适用于