'宣言 Public Function New( _ ByVal param As Parameter, _ ByVal value As System.Object, _ ByVal label As System.String _ )
'使用法 Dim param As Parameter Dim value As System.Object Dim label As System.String Dim instance As New LabeledValue(param, value, label)
パラメータ
- param
- The Parameter that owns the LabeledValue class.
- value
- Value represented by the LabeledValue class.
- label
- Label of value.