SettingsStore.TryGetBoolean(String, String, Boolean) 메서드

정의

데이터 형식 Int32 이 부울인 요청된 속성의 값을 가져옵니다.

public virtual bool TryGetBoolean (string collectionPath, string propertyName, out bool value);
abstract member TryGetBoolean : string * string * bool -> bool
override this.TryGetBoolean : string * string * bool -> bool
Public Overridable Function TryGetBoolean (collectionPath As String, propertyName As String, ByRef value As Boolean) As Boolean

매개 변수

collectionPath
String

속성 컬렉션의 경로입니다.

propertyName
String

속성의 이름입니다.

value
Boolean

검색된 값

반환

성공하면 true입니다.

적용 대상