AnchoredBlock.ShouldSerializeBlocks(XamlDesignerSerializationManager) 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.
Returns a value that indicates whether or not the effective value of the Blocks property should be serialized during serialization of an object deriving from AnchoredBlock.
public:
bool ShouldSerializeBlocks(System::Windows::Markup::XamlDesignerSerializationManager ^ manager);
public bool ShouldSerializeBlocks (System.Windows.Markup.XamlDesignerSerializationManager manager);
member this.ShouldSerializeBlocks : System.Windows.Markup.XamlDesignerSerializationManager -> bool
Public Function ShouldSerializeBlocks (manager As XamlDesignerSerializationManager) As Boolean
Parameters
- manager
- XamlDesignerSerializationManager
A serialization service manager object for this object.
Returns
true
if the Blocks property should be serialized; otherwise, false
.
Exceptions
Raised when manager
is null
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.