次の方法で共有


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。

適用対象