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

适用于