共用方式為


SettingsStore.TryGetBoolean(String, String, Boolean) 方法

定義

取得其數據類型 Int32 為布爾值的要求屬性值。

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

參數

collectionPath
String

屬性集合的路徑。

propertyName
String

屬性的名稱。

value
Boolean

擷取的值

傳回

若成功則為 true

適用於