PSWorkflowFileInstanceStore.DoLoad(IEnumerable<Type>) 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.
DoLoad
protected:
override System::Collections::Generic::IEnumerable<System::Object ^> ^ DoLoad(System::Collections::Generic::IEnumerable<Type ^> ^ componentTypes);
protected override System.Collections.Generic.IEnumerable<object> DoLoad (System.Collections.Generic.IEnumerable<Type> componentTypes);
override this.DoLoad : seq<Type> -> seq<obj>
Protected Overrides Function DoLoad (componentTypes As IEnumerable(Of Type)) As IEnumerable(Of Object)
Parameters
- componentTypes
- IEnumerable<Type>