Writes value.
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub WriteValue ( _ name As String, _ value As String, _ attributes As Hashtable _ ) |
| C# |
|---|
public virtual void WriteValue( string name, string value, Hashtable attributes ) |
| Visual C++ |
|---|
public: virtual void WriteValue( String^ name, String^ value, Hashtable^ attributes ) |
| JavaScript |
|---|
function writeValue(name, value, attributes); |
Parameters
- name
- Type: System..::.String
Name of value.
- value
- Type: System..::.String
Value.
- attributes
- Type: System.Collections..::.Hashtable
Attributes.