DataControlField.CloneField Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a duplicate copy of the current DataControlField-derived object.
protected public:
System::Web::UI::WebControls::DataControlField ^ CloneField();
protected internal System.Web.UI.WebControls.DataControlField CloneField ();
member this.CloneField : unit -> System.Web.UI.WebControls.DataControlField
Protected Friend Function CloneField () As DataControlField
Returns
A duplicate copy of the current DataControlField.
Remarks
The CloneField method is a helper method used by the CloneFields method to create a copy of the current DataControlField-derived object.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.