SettingsPropertyValueCollection.Add(SettingsPropertyValue) 메서드

정의

컬렉션에 SettingsPropertyValue 개체를 추가합니다.

public:
 void Add(System::Configuration::SettingsPropertyValue ^ property);
public void Add (System.Configuration.SettingsPropertyValue property);
member this.Add : System.Configuration.SettingsPropertyValue -> unit
Public Sub Add (property As SettingsPropertyValue)

매개 변수

property
SettingsPropertyValue

SettingsPropertyValue 개체입니다.

예외

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

적용 대상