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。

適用対象