ControlBuilder.ComplexPropertyEntries 属性
定义
获取复杂属性项的集合。Gets a collection of complex property entries.
public:
property System::Collections::ICollection ^ ComplexPropertyEntries { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ComplexPropertyEntries { get; }
member this.ComplexPropertyEntries : System.Collections.ICollection
Public ReadOnly Property ComplexPropertyEntries As ICollection
属性值
复杂属性项的集合。A collection of complex property entries.
注解
如果没有任何项,则返回静态空集合。If there are no entries, a static empty collection is returned.