ResourceDictionary.BeginInit 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.
Begins the initialization phase for this ResourceDictionary.
public:
virtual void BeginInit();
public void BeginInit ();
abstract member BeginInit : unit -> unit
override this.BeginInit : unit -> unit
Public Sub BeginInit ()
Implements
Exceptions
Called BeginInit() more than once before EndInit() was called.
Remarks
Calling this method is an indication that the contents of the ResourceDictionary are about to be loaded. The next step in the process is to call EndInit.
Do not call BeginInit more than once, before calling EndInit. Doing so will raise an exception.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.