ConfigurationElement.SetReadOnly 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 IsReadOnly() 物件和所有子項目的 ConfigurationElement 屬性。
protected:
virtual void SetReadOnly();
protected public:
virtual void SetReadOnly();
protected virtual void SetReadOnly ();
protected internal virtual void SetReadOnly ();
abstract member SetReadOnly : unit -> unit
override this.SetReadOnly : unit -> unit
Protected Overridable Sub SetReadOnly ()
Protected Friend Overridable Sub SetReadOnly ()
備註
這個方法會在內部使用,以將無法修改的系統組態專案放在一起。
若要判斷哪些元素可以修改,請使用 IsReadOnly 方法。