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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.