Fields.Locked 属性

定义

确定是否锁定集合中的所有 Fields 字段。

public:
 property int Locked { int get(); void set(int value); };
public int Locked { get; set; }
member this.Locked : int with get, set
Public Property Locked As Integer

属性值

注解

如果集合中的所有Fields字段均已锁定,则此属性返回 True;如果未锁定,则返回 False

适用于