ITreeDesigner.Children 属性

定义

获取子设计器的集合。

public:
 property System::Collections::ICollection ^ Children { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Children { get; }
member this.Children : System.Collections.ICollection
Public ReadOnly Property Children As ICollection

属性值

ICollection,其中包含当前设计器的 IDesigner 子对象的集合。

注解

如果没有子对象, ITreeDesigner 属性Children将返回空集合。

适用于

另请参阅