共用方式為


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

適用於