ComposablePartCatalogChangeEventArgs.AddedDefinitions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在此變更中已加入至 ComposablePartCatalog 的定義集合。
public:
property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ AddedDefinitions { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> AddedDefinitions { get; }
member this.AddedDefinitions : seq<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public ReadOnly Property AddedDefinitions As IEnumerable(Of ComposablePartDefinition)
屬性值
已加入至目錄的定義集合。