IUpdatable.GetValue(Object, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取目标对象的指定属性的值。
public:
System::Object ^ GetValue(System::Object ^ targetResource, System::String ^ propertyName);
public object GetValue (object targetResource, string propertyName);
abstract member GetValue : obj * string -> obj
Public Function GetValue (targetResource As Object, propertyName As String) As Object
参数
- targetResource
- Object
一个表示资源的不透明对象。
- propertyName
- String
需要检索其值的属性的名称。
返回
对象的值。
注解
此方法针对标量属性或复杂属性调用。 对于标量属性,返回的对象应该是实际值。