'<propertyname>' 속성은 기본 '<name>'의 기본 속성을 재정의하므로 'Default'로 선언해야 합니다.
업데이트: 2007년 11월
Property '<propertyname>' must be declared 'Default' because it overrides a default property on the base '<name>'
코드에서 Property 문은 기본 클래스, 구조체 또는 인터페이스의 Default 속성을 재정의하므로 Default로 선언해야 합니다.
오류 ID: BC30360
이 오류를 해결하려면
- 속성을 Default로 선언합니다.