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 개체의 이름입니다.

예외

컬렉션에서 항목을 제거하려고 했지만 컬렉션이 읽기 전용으로 표시되어 있는 경우

적용 대상