共用方式為


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

適用於