SettingsStore.TryGetInt32(String, String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ型が である要求されたプロパティの値を取得します 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。