MetaChildrenColumn.Initialize 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.
Initializes data that might not be available when the constructor is called.
protected public:
override void Initialize();
protected internal override void Initialize ();
override this.Initialize : unit -> unit
Protected Friend Overrides Sub Initialize ()
Remarks
This method cannot be called directly. To customize initialization, you can derive from this class and override the Initialize
method. If you override this method, call the base control's Initialize
method.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.