다음을 통해 공유


PropertyBag.ModifiedKeys 속성

정의

모음이 복제된 이후 수정된 키의 컬렉션을 가져옵니다.

public:
 property System::Collections::ICollection ^ ModifiedKeys { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ModifiedKeys { get; }
member this.ModifiedKeys : System.Collections.ICollection
Public ReadOnly Property ModifiedKeys As ICollection

속성 값

ICollection 모음이 복제된 이후 수정된 키가 들어 있는 인터페이스입니다.

설명

InvalidOperationException 매개 변수가 없는 생성자가 컬렉션을 만드는 데 사용된 경우 PropertyBag() 이 throw됩니다(상태 추적을 사용할 수 없음).

적용 대상