SettingsStore.TryGetUInt64(String, String, UInt64) 方法

定义

获取其数据类型为 Int64的请求属性的值。

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

参数

collectionPath
String

属性集合的路径。

propertyName
String

属性的名称。

value
UInt64

检索到的值

返回

如果成功,则为 true

适用于