ItemsControl.ShouldSerializeItems 方法

定义

返回一个值,该值指示序列化进程是否应序列化 Items 属性的有效值。

public:
 bool ShouldSerializeItems();
public bool ShouldSerializeItems ();
member this.ShouldSerializeItems : unit -> bool
Public Function ShouldSerializeItems () As Boolean

返回

如果应当序列化 Items 属性值,则为 true;否则为 false

适用于