ControlBuilder.ComplexPropertyEntries 属性

定义

获取复杂属性项的集合。

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

属性值

复杂属性项的集合。

注解

如果没有条目,则返回静态空集合。

适用于