Share via


BulletDecorator.LogicalChildren 屬性

定義

為此 BulletDecorator 控制項的邏輯子項目取得列舉程式。

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator

屬性值

列舉程式,可用來存取 BulletDecorator 控制項的邏輯子項目。 預設為 null

備註

控制項的 BulletDecorator 邏輯子專案包括 BulletChild 。 如果您設定這兩個屬性,則會依下列順序列舉它們: BulletChild

視覺子專案的數目與邏輯子專案的數目相同。

適用於

另請參閱