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))
屬性值
- 屬性