IWebPropertyAccessor.GetProperty(Object) 方法
定义
获取指定属性的值。Gets the value of a specified property.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
System::Object ^ GetProperty(System::Object ^ target);
public object GetProperty (object target);
abstract member GetProperty : obj -> obj
Public Function GetProperty (target As Object) As Object
参数
- target
- Object
从中检索值的属性。The property from which the value is retrieved.
返回
指定的属性的值。The value of the specified property.