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。

適用対象