Share via


SettingsPropertyCollection.SetReadOnly 方法

定义

将集合设置为只读。

public:
 void SetReadOnly();
public void SetReadOnly ();
member this.SetReadOnly : unit -> unit
Public Sub SetReadOnly ()

注解

集合设置为只读后,无法再对其进行修改。

适用于