FixedPage.Children Özellik

Tanım

Alt öğelerin koleksiyonunu FixedPage alır.

public:
 property System::Windows::Controls::UIElementCollection ^ Children { System::Windows::Controls::UIElementCollection ^ get(); };
public System.Windows.Controls.UIElementCollection Children { get; }
member this.Children : System.Windows.Controls.UIElementCollection
Public ReadOnly Property Children As UIElementCollection

Özellik Değeri

UIElementCollection Alt öğelerin öğesi.

Açıklamalar

Children, veriye bağlıysa ve alt öğeler el ile eklenemez veya kaldırılamazsa null döndürürFixedPage.

Veriye bağlı olmayan kullanımlarda, Children uygulamanın el ile Add veya Remove alt öğelere izin verir.

Şunlara uygulanır