SettingsStore.TryGetUInt32(String, String, UInt32) 메서드

정의

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

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

매개 변수

collectionPath
String

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

propertyName
String

속성의 이름입니다.

value
UInt32

검색된 값

반환

성공하면 true입니다.

적용 대상