共用方式為


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

適用於