CompositionScopeDefinition.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個目錄的子範圍。
public:
virtual property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Hosting::CompositionScopeDefinition ^> ^ Children { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Hosting::CompositionScopeDefinition ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Hosting.CompositionScopeDefinition> Children { get; }
member this.Children : seq<System.ComponentModel.Composition.Hosting.CompositionScopeDefinition>
Public Overridable ReadOnly Property Children As IEnumerable(Of CompositionScopeDefinition)
屬性值
此目錄之子範圍的集合。