ReadOnlyAttribute.Yes 필드

정의

이 특성이 바인딩된 속성이 읽기 전용이며 서버 탐색기에서 수정할 수 없도록 지정합니다. 이 static 필드는 읽기 전용입니다.

public: static initonly System::ComponentModel::ReadOnlyAttribute ^ Yes;
public static readonly System.ComponentModel.ReadOnlyAttribute Yes;
 staticval mutable Yes : System.ComponentModel.ReadOnlyAttribute
Public Shared ReadOnly Yes As ReadOnlyAttribute 

필드 값

설명

설정된 ReadOnlyAttribute속성을 true 표시하면 이 특성의 값이 상수 멤버Yes로 설정됩니다. 따라서 코드에서 특성이 이 값으로 설정되어 있는지 확인하려면 특성을 .로 ReadOnlyAttribute.Yes지정해야 합니다.

적용 대상

추가 정보