共用方式為


ProfileInfoCollection.SetReadOnly 方法

定義

使 ProfileInfoCollection 的內容為唯讀。

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

備註

方法會將 SetReadOnly 標示 ProfileInfoCollection 為唯讀,讓 ProfileInfo 對象無法加入或從集合中移除。 呼叫 SetReadOnly 方法之後,您無法將 ProfileInfoCollection 變更回讀取/寫入。

適用於

另請參閱