Compartilhar via


SettingsStore.TryGetInt32(String, String, Int32) Método

Definição

Obtém o valor da propriedade solicitada cujo tipo de dados é 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

Parâmetros

collectionPath
String

Caminho da coleção da propriedade .

propertyName
String

Nome da propriedade.

value
Int32

O valor recuperado

Retornos

Verdadeiro se bem-sucedido

Aplica-se a