PSWorkflowInstanceStore.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:
abstract System::Collections::Generic::IEnumerable<System::Object ^> ^ DoLoad(System::Collections::Generic::IEnumerable<Type ^> ^ componentTypes);
protected abstract System.Collections.Generic.IEnumerable<object> DoLoad (System.Collections.Generic.IEnumerable<Type> componentTypes);
abstract member DoLoad : seq<Type> -> seq<obj>
Protected MustOverride Function DoLoad (componentTypes As IEnumerable(Of Type)) As IEnumerable(Of Object)
Parameters
- componentTypes
- IEnumerable<Type>