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 子物件的集合。

備註

如果 沒有子物件,ITreeDesignerChildren 屬性會傳回空的集合。

適用於

另請參閱