共用方式為


SettingsStore.TryGetInt32(String, String, Int32) 方法

定義

取得所要求屬性值,其資料類型為 Int32

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

參數

collectionPath
String

屬性集合的路徑。

propertyName
String

屬性的名稱。

value
Int32

擷取的值

傳回

若成功則為 true

適用於