IVsSettingsStore2.GetPropertyNamesAndValues 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.
public:
void GetPropertyNamesAndValues(System::String ^ szCollectionPath, [Runtime::InteropServices::Out] Array ^ % ppArrPropertyNames, [Runtime::InteropServices::Out] Array ^ % ppArrPropertyValues);
public void GetPropertyNamesAndValues (string szCollectionPath, out Array ppArrPropertyNames, out Array ppArrPropertyValues);
abstract member GetPropertyNamesAndValues : string * Array * Array -> unit
Public Sub GetPropertyNamesAndValues (szCollectionPath As String, ByRef ppArrPropertyNames As Array, ByRef ppArrPropertyValues As Array)