次の方法で共有


SettingsStore.TryGetUInt32(String, String, UInt32) メソッド

定義

データ型が である要求されたプロパティの値を取得します Int32

public virtual bool TryGetUInt32 (string collectionPath, string propertyName, out uint value);
abstract member TryGetUInt32 : string * string * uint32 -> bool
override this.TryGetUInt32 : string * string * uint32 -> bool
Public Overridable Function TryGetUInt32 (collectionPath As String, propertyName As String, ByRef value As UInteger) As Boolean

パラメーター

collectionPath
String

プロパティのコレクションのパス。

propertyName
String

プロパティ名。

value
UInt32

取得した値

戻り値

成功した場合は true。

適用対象