共用方式為


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。

適用於