ComposablePartDefinition.ExportDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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