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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.