LazyExtensionPartsChangedEventArgs<T>.Parts Property

Definition

Gets the parts that are listed in this event (could be added or removed parts).

public System.Collections.Generic.IEnumerable<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartRecord<T>> Parts { get; }
member this.Parts : seq<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartRecord<'T>>
Public ReadOnly Property Parts As IEnumerable(Of ExtensionPartRecord(Of T))

Property Value

Applies to