ISetupLocalizedPropertyStore.GetNames(Int32) Method

Definition

Gets an array of property names in this property store.

std::Array <std::wstring const &> GetNames(int lcid = 0);
public string[] GetNames (int lcid = 0);
abstract member GetNames : int -> string[]
Public Function GetNames (Optional lcid As Integer = 0) As String()

Parameters

lcid
Int32

The LCID for the property names.

Returns

String[]

An array of property names in this property store.

Applies to