다음을 통해 공유


BamlLocalizableResource.Modifiable 속성

정의

지역화할 수 있는 리소스를 수정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

리소스를 수정할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상