ICurrencyManagerProvider 介面
定義
提供元件的自訂繫結管理。Provides custom binding management for components.
public interface class ICurrencyManagerProvider
public interface ICurrencyManagerProvider
type ICurrencyManagerProvider = interface
Public Interface ICurrencyManagerProvider
- 衍生
備註
此介面可讓元件作者 CurrencyManager 針對將與 Windows Forms 資料系結引擎互動的元件提供自己的功能。This interface allows component authors to provide their own CurrencyManager for components that will interact with the Windows Forms data-binding engine. 元件作者很少需要執行此介面。It is rare for a component author to need to implement this interface.
BindingSource類別提供的範例執行 ICurrencyManagerProvider 。The BindingSource class provides an example implementation of ICurrencyManagerProvider.
請注意,針對 Smartphone 應用程式,此類別需要適用于 Smartphone 的 Windows Mobile 5.0 版軟體。Note that for Smartphone applications, this class requires Windows Mobile Version 5.0 software for Smartphones.
屬性
CurrencyManager |
取得與這個 CurrencyManager 關聯的 ICurrencyManagerProvider。Gets the CurrencyManager associated with this ICurrencyManagerProvider. |
方法
GetRelatedCurrencyManager(String) |
取得此 CurrencyManager 和指定之資料成員的 ICurrencyManagerProvider。Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member. |