SettingsPropertyValueCollection.Remove(String) 메서드

정의

SettingsPropertyValue 컬렉션에서 개체를 제거합니다.

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

매개 변수

name
String

개체의 SettingsPropertyValue 이름입니다.

예외

컬렉션에서 항목을 제거하려고 했지만 컬렉션이 읽기 전용으로 표시되었습니다.

적용 대상