BindingSource.CurrencyManager 屬性
定義
取得與這個 BindingSource 關聯的 Currency 管理員。Gets the currency manager associated with this BindingSource.
public:
virtual property System::Windows::Forms::CurrencyManager ^ CurrencyManager { System::Windows::Forms::CurrencyManager ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CurrencyManager : System.Windows.Forms.CurrencyManager
Public Overridable ReadOnly Property CurrencyManager As CurrencyManager
屬性值
與這個 CurrencyManager 相關聯的 BindingSource。The CurrencyManager associated with this BindingSource.
實作
- 屬性
備註
如果您想要將其他系結的 currency 管理員存取相同的資料成員,請使用 GetRelatedCurrencyManager 方法。If you want to access the currency manager for another binding to the same data member use the GetRelatedCurrencyManager method.