BoundField.CopyProperties(DataControlField) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將目前 BoundField 物件的屬性複製到指定的 DataControlField 物件。
protected:
override void CopyProperties(System::Web::UI::WebControls::DataControlField ^ newField);
protected override void CopyProperties (System.Web.UI.WebControls.DataControlField newField);
override this.CopyProperties : System.Web.UI.WebControls.DataControlField -> unit
Protected Overrides Sub CopyProperties (newField As DataControlField)
參數
- newField
- DataControlField
DataControlField,可將目前 BoundField 的屬性複製過去。
備註
方法 CopyProperties 是 方法所使用的 DataControlField.CloneField 協助程式方法,可將目前 BoundField 物件的 DataControlField 屬性複製到 方法所建立的物件。