다음을 통해 공유


VisualStateGroupList.IsReadOnly 속성

정의

이 목록이 읽기 전용인지 여부를 알려주는 부울 값을 가져옵니다.

public bool IsReadOnly { get; }
member this.IsReadOnly : bool

속성 값

System.Boolean

true 목록이 읽기 전용이면 입니다. 그렇지 않으면 false입니다.

구현

System.Collections.Generic.ICollection`1.IsReadOnly

적용 대상