EditableAttribute.AllowInitialValue 속성

정의

초기 값을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowInitialValue { bool get(); void set(bool value); };
public bool AllowInitialValue { get; set; }
member this.AllowInitialValue : bool with get, set
Public Property AllowInitialValue As Boolean

속성 값

초기 값을 사용하도록 설정하면

설명

이 속성은 기본적으로 생성자에 지정된 값으로 EditableAttribute 설정됩니다.

적용 대상