BufferModesCollection.Remove(String) 方法

定義

從集合中移除一個 BufferModeSettings 物件。

public:
 void Remove(System::String ^ s);
public void Remove(string s);
member this.Remove : string -> unit
Public Sub Remove (s As String)

參數

s
String

集合中物件 BufferModeSettings 的名稱。

例外狀況

集合中沒有 BufferModeSettings 包含指定金鑰的物件,元素已被移除,或集合是唯讀。

範例

下列程式代碼範例示範如何使用 Remove 方法。 此程式碼範例是本類別更大範例 HealthMonitoringSection 的一部分。

// Remove a BufferModeSettings object from the BufferModes collection property.
healthMonitoringSection.BufferModes.Remove("Error Log");
' Remove a BufferModeSettings object from the BufferModes collection property.
healthMonitoringSection.BufferModes.Remove("Error Log")

備註

此方法將元素插入 remove 設定檔中對應高階設定檔中定義的元素的適當區段。 如果該元素在目前設定檔的適當區段中被定義,該元素的條目會從設定檔中移除。 要移除的物件必須存在於集合中。

適用於

另請參閱