ISetupPropertyStore.GetNames Method

Definition

Gets an array of property names in this property store.

public:
 cli::array <System::String ^> ^ GetNames();
public:
 Platform::Array <Platform::String ^> ^ GetNames();
std::Array <std::wstring const &> GetNames();
public string[] GetNames ();
abstract member GetNames : unit -> string[]
Public Function GetNames () As String()

Returns

String[]

An array of property names in this property store.

Applies to