Share via


ComposablePartDefinition.ExportDefinitions Property

Definition

Gets a sequence of all exports found on this part (both the type directly and its members).

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))

Property Value

Attributes

Applies to