ComposablePart.ImportDefinitions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 ImportDefinition 对象的集合,这些对象描述此部件所需的已导入对象。
public:
abstract property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ImportDefinition ^> ^ ImportDefinitions { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ImportDefinition ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ImportDefinition> ImportDefinitions { get; }
member this.ImportDefinitions : seq<System.ComponentModel.Composition.Primitives.ImportDefinition>
Public MustOverride ReadOnly Property ImportDefinitions As IEnumerable(Of ImportDefinition)
属性值
描述 ImportDefinition 所需的已导入对象的 ComposablePart 对象集合。
例外
注解
ComposablePart如果对象是从 对象ComposablePartDefinition创建的,则此属性应返回 的结果ImportDefinitions。
此属性的重写永远不会返回 null
。 ComposablePart如果 没有导入,请改为返回空IEnumerable<T>集合。