ObjectPersistData.IsCollection 属性
定义
获取一个值,该值指示保留的数据是否用于集合。Gets a value that indicates whether the persisted data is for a collection.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsCollection { bool get(); };
public bool IsCollection { get; }
member this.IsCollection : bool
Public ReadOnly Property IsCollection As Boolean
属性值
如果此保持的数据用于集合,则为 true;否则为 false。true if this persisted data is for a collection; otherwise, false.