ITreeDesigner.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得子設計工具的集合。
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 屬性會傳回空的集合。