IExtensionPartCollection<T>.GetCurrentSet Method
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.
Returns an immutable collection of current set of parts available.
public System.Collections.Generic.IEnumerable<T> GetCurrentSet ();
abstract member GetCurrentSet : unit -> seq<'T>
Public Function GetCurrentSet () As IEnumerable(Of T)
Returns
IEnumerable<T>
an immutable collection of objects that implement contract type.
Remarks
This collection is only meant for short term use and should not be stored across invocations.