Freezable.WritePreamble Method
Assembly: WindowsBase (in WindowsBase.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The Freezable instance is frozen and cannot have its members written to. |
This method calls VerifyAccess to verify the threading context is accessible, and it throws an exception if the Freezable instance is already frozen.
Notes to InheritorsClasses that derive from Freezable should call WritePreamble before attempting to write to any members that are not dependency properties. If you call WritePreamble in an API, you can omit a call to ReadPreamble.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.