INIFile.GetSectionKeys Method

QsInformatica.Utils

INIFileGetSectionKeys Method

Restituisce la collezione delle chiavi presenti attualmente in una sezione.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IList<string> GetSectionKeys(
	string Section
)
Public Function GetSectionKeys ( 
	Section As String
) As IList(Of String)
public:
IList<String^>^ GetSectionKeys(
	String^ Section
)
member GetSectionKeys : 
        Section : string -> IList<string> 

Parameters

Section
Type: SystemString
Nome della sezione della quale enumerare le chiavi.

Return Value

Type: IListString
Restituisce una collezione in sola lettura delle chiavi presenti attualmente sotto una data sezione.
Exceptions
ExceptionCondition
ArgumentNullExceptionLa Section è null o stringa vuota"".
See Also