Share via


IVsSettingsStore3.GetStrings(String, String, Array) Method

Definition

Returns an array of strings from a multi-string entry in the settings store.

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

Parameters

collectionPath
String

The collection path.

propertyName
String

The property name.

values
Array

The strings from a multi-string entry.

Returns

The HRESULT for the operation.

Applies to