SettingsStore.TryGetInt64(String, String, Int64) 메서드

정의

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

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

매개 변수

collectionPath
String

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

propertyName
String

속성의 이름입니다.

value
Int64

검색된 값

반환

성공하면 true입니다.

적용 대상