SettingsStore.GetStrings(String, String) 方法

定义

返回其数据类型为 MultiString的所请求属性的值。

public virtual string[] GetStrings (string collectionPath, string propertyName);
abstract member GetStrings : string * string -> string[]
override this.GetStrings : string * string -> string[]
Public Overridable Function GetStrings (collectionPath As String, propertyName As String) As String()

参数

collectionPath
String

属性集合的路径。

propertyName
String

属性的名称。

返回

String[]

属性的值。

例外

如果属性的类型不同或不存在,则引发此异常。

适用于