共用方式為


SettingsStore.TryGetStrings(String, String, String[]) 方法

定義

傳回所要求屬性值,其資料類型為 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

參數

collectionPath
String

屬性集合的路徑。

propertyName
String

屬性的名稱。

values
String[]

擷取的值。

傳回

若成功則為 true

適用於