ExtensionPartsChangedEventArgs<T>(IEnumerable<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 ExtensionPartsChangedEventArgs<T> class.
public ExtensionPartsChangedEventArgs (System.Collections.Generic.IEnumerable<T> parts);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartsChangedEventArgs<'T> : seq<'T> -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartsChangedEventArgs<'T>
Public Sub New (parts As IEnumerable(Of T))
Parameters
- parts
- IEnumerable<T>
Extension parts that are listed in this event.