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: 26.4.0.0 (26.4.0.0)
Syntax
public static void SetValuesInSubKeyWithSeparatorUpdatingPosition(
	string regKey,
	string nameRegKey,
	string valToAdd,
	char separator,
	int maxElements
)

Parameters

regKey  String
Path della chaive di registro.
nameRegKey  String
Nome della chiave di registro.
valToAdd  String
Valore da aggiungere.
separator  Char
Separatore.
maxElements  Int32
Numero massimo di elementi.
See Also