LazyExtensionPartsChangedEventArgs<T> Constructor
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.
Initializes a new instance of the LazyExtensionPartsChangedEventArgs<T> class.
public LazyExtensionPartsChangedEventArgs (System.Collections.Generic.IEnumerable<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartRecord<T>> parts);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<'T (requires 'T : null)> : seq<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartRecord<'T>> -> Microsoft.Internal.VisualStudio.Extensibility.Framework.LazyExtensionPartsChangedEventArgs<'T (requires 'T : null)>
Public Sub New (parts As IEnumerable(Of ExtensionPartRecord(Of T)))
Parameters
- parts
- IEnumerable<ExtensionPartRecord<T>>
Extension parts that are listed in this event.