DataSourceProvider Class
Assembly: WindowsBase (in windowsbase.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public MustInherit Class DataSourceProvider Implements INotifyPropertyChanged, ISupportInitialize 'Usage Dim instance As DataSourceProvider
public abstract class DataSourceProvider implements INotifyPropertyChanged, ISupportInitialize
public abstract class DataSourceProvider implements INotifyPropertyChanged, ISupportInitialize
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
DataSourceProvider is a convenience wrapper around an existing data model; it does not replace any data model. A data provider does not attempt to condense the complexity and versatility of a data model such as ADO into one single object with a few properties.
DataSourceProvider is an abstract class. Use one of the derived classes, which are XmlDataProvider and ObjectDataProvider. The DataSourceProvider is aware of the Windows Presentation Foundation (WPF) threading and dispatcher model. It assumes the thread at creation time to be the UI thread. Events will get marshaled from a worker thread to the UI thread of the application.
System.Windows.Data.DataSourceProvider
System.Windows.Data.ObjectDataProvider
System.Windows.Data.XmlDataProvider
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.