Costruttore AttributeValueListItem(String, String)
|
Costruttore unico.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 27.1.0
Sintassi public AttributeValueListItem(
string value,
string description
)
Public Sub New (
value As String,
description As String
)
public:
AttributeValueListItem(
String^ value,
String^ description
)
new :
value : string *
description : string -> AttributeValueListItem
Parametri
- value String
- Valore.
- description String
- Descrizione del valore.
Vedi anche