ComposablePartDefinition.ExportDefinitions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此部件上找到的所有导出的序列, (直接) 类型及其成员。
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.Composition.Reflection.MemberRef,Microsoft.VisualStudio.Composition.ExportDefinition>> ExportDefinitions { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Composition.ComposablePartDefinition+<get_ExportDefinitions>d__43))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Composition.ComposablePartDefinition+<get_ExportDefinitions>d__43))>]
member this.ExportDefinitions : seq<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.Composition.Reflection.MemberRef, Microsoft.VisualStudio.Composition.ExportDefinition>>
Public ReadOnly Property ExportDefinitions As IEnumerable(Of KeyValuePair(Of MemberRef, ExportDefinition))
属性值
- 属性