MarkupProperty.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得組成這個屬性值的項目。
public:
abstract property System::Collections::Generic::IEnumerable<System::Windows::Markup::Primitives::MarkupObject ^> ^ Items { System::Collections::Generic::IEnumerable<System::Windows::Markup::Primitives::MarkupObject ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Windows.Markup.Primitives.MarkupObject> Items { get; }
member this.Items : seq<System.Windows.Markup.Primitives.MarkupObject>
Public MustOverride ReadOnly Property Items As IEnumerable(Of MarkupObject)
屬性值
組成此屬性之值的項目。
備註
如果屬性不是列舉,則只會傳回一個專案。
如果屬性是列舉或可列舉,則會傳回所有專案。
一律會傳回至少一個專案,因為 MarkupObject 不會為沒有專案的屬性建立 MarkupProperty 。