For internal use. Initializes all properties of current
RenderValue object with specified values.
シンタックス
'宣言
Public Sub SetValue( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim instance As RenderValue
Dim value As System.Object
Dim text As System.String
Dim format As System.String
instance.SetValue(value, text, format)
public void SetValue(
System.object ,
System.string ,
System.string
)
パラメータ
- value
- The value of Value property.
- text
- The value of Text property.
- format
- The value of Format property.
参照