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。

適用対象