SerializableFuncDeferringLoader.Load(XamlReader, IServiceProvider) 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.
Loads an instance of a function that can be used at any point to deserialize a list of nodes.
public:
override System::Object ^ Load(System::Xaml::XamlReader ^ xamlReader, IServiceProvider ^ context);
public override object Load (System.Xaml.XamlReader xamlReader, IServiceProvider context);
override this.Load : System.Xaml.XamlReader * IServiceProvider -> obj
Public Overrides Function Load (xamlReader As XamlReader, context As IServiceProvider) As Object
Parameters
- xamlReader
- XamlReader
A list of serialized nodes.
- context
- IServiceProvider
A context that provides information needed for parsing.
Returns
An instance of a function.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.