PropertyAccessorSetValue Method |
设置属性值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static void SetValue(
Object instance,
string memberName,
Object newValue
)
Public Shared Sub SetValue (
instance As Object,
memberName As String,
newValue As Object
)
public:
static void SetValue(
Object^ instance,
String^ memberName,
Object^ newValue
)
static member SetValue :
instance : Object *
memberName : string *
newValue : Object -> unit
Parameters
- instance
- Type: SystemObject
[Missing <param name="instance"/> documentation for "M:Adf.PropertyAccessor.SetValue(System.Object,System.String,System.Object)"]
- memberName
- Type: SystemString
[Missing <param name="memberName"/> documentation for "M:Adf.PropertyAccessor.SetValue(System.Object,System.String,System.Object)"]
- newValue
- Type: SystemObject
[Missing <param name="newValue"/> documentation for "M:Adf.PropertyAccessor.SetValue(System.Object,System.String,System.Object)"]
See Also