IVsSettingsStore3.GetStrings(String, String, Array) 方法

定义

从设置存储中的多字符串条目返回字符串数组。

public int GetStrings (string collectionPath, string propertyName, out Array values);
abstract member GetStrings : string * string * Array -> int
Public Function GetStrings (collectionPath As String, propertyName As String, ByRef values As Array) As Integer

参数

collectionPath
String

集合路径。

propertyName
String

属性名称。

values
Array

来自多字符串条目的字符串。

返回

操作的 HRESULT。

适用于