SettingsStore.TryGetStrings(String, String, String[]) Método

Definição

Retorna os valores da propriedade solicitada cujo tipo de dados é MultiString.

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

Parâmetros

collectionPath
String

Caminho da coleção da propriedade .

propertyName
String

Nome da propriedade.

values
String[]

Os valores recuperados.

Retornos

Verdadeiro se bem-sucedido

Aplica-se a