4.588 ObjectDataProvider

x:Object > DataSourceProvider > ObjectDataProvider
ObjectDataProvider
(usage)
<ObjectDataProvider />
(description)
Wraps and creates an object that you can use as a binding source.
(properties)
ConstructorParameters
IList
(description)
The list of parameters to pass to the constructor.
[read only]
true
IsAsynchronous
x:Boolean
(description)
A value that indicates whether to perform object creation in a worker thread or in the active context.
MethodName
x:String
(description)
The name of the method to call.
MethodParameters
IList
(description)
The list of parameters to pass to the method.
[read only]
true
ObjectInstance
x:Object
(description)
The object used as the binding source.
ObjectType
x:XamlType
(description)
The type of object to create an instance of.