SettingsStore.TryGetInt32(String, String, Int32) 메서드

정의

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

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

매개 변수

collectionPath
String

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

propertyName
String

속성의 이름입니다.

value
Int32

검색된 값

반환

성공하면 true입니다.

적용 대상