CodeGroup.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定程式碼群組的子程式碼群組之排序清單。
public:
property System::Collections::IList ^ Children { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList Children { get; set; }
member this.Children : System.Collections.IList with get, set
Public Property Children As IList
屬性值
子程式碼群組清單。
例外狀況
嘗試將這個屬性設定為 null
。
嘗試以不是 CodeGroup 物件的子系清單來設定此屬性。
備註
子程式代碼群組的順序對於某些程式代碼群組而言相當重要。
注意
傳回值是子程式代碼清單的複本。 請勿使用傳回的清單來新增子程式代碼群組;請改用 AddChild 方法。