RegisterUtility.SetValuesInSubKeyWithSeparatorUpdatingPosition Method

QsInformatica.Utils

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: 22.4.2.0 (22.4.2.0)
Syntax
public static void SetValuesInSubKeyWithSeparatorUpdatingPosition(
	string regKey,
	string nameRegKey,
	string valToAdd,
	char separator,
	int maxElements
)
Public Shared Sub SetValuesInSubKeyWithSeparatorUpdatingPosition ( 
	regKey As String,
	nameRegKey As String,
	valToAdd As String,
	separator As Char,
	maxElements As Integer
)
public:
static void SetValuesInSubKeyWithSeparatorUpdatingPosition(
	String^ regKey, 
	String^ nameRegKey, 
	String^ valToAdd, 
	wchar_t separator, 
	int maxElements
)
static member SetValuesInSubKeyWithSeparatorUpdatingPosition : 
        regKey : string * 
        nameRegKey : string * 
        valToAdd : string * 
        separator : char * 
        maxElements : int -> unit 

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