ISetupPropertyStore.GetNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.