Click or drag to resize

RegisterUtilitySetValuesInSubKeyWithSeparatorUpdatingPosition Method

Aggiunge l'elemento specificato alla lista presente nella chiave di registro. Se l'elemento è già presente, viene spostato in ultima posizione (la più recente).

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static void SetValuesInSubKeyWithSeparatorUpdatingPosition(
	string regKey,
	string nameRegKey,
	string valToAdd,
	char separator,
	int maxElements
)

Parameters

regKey
Type: SystemString
Path della chaive di registro.
nameRegKey
Type: SystemString
Nome della chiave di registro.
valToAdd
Type: SystemString
Valore da aggiungere.
separator
Type: SystemChar
Separatore.
maxElements
Type: SystemInt32
Numero massimo di elementi.
See Also