IUpdatable.GetValue 方法

获取目标对象上的指定属性的值。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Function GetValue ( _
    targetResource As Object, _
    propertyName As String _
) As Object
用法
Dim instance As IUpdatable
Dim targetResource As Object
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetValue(targetResource, _
    propertyName)
Object GetValue(
    Object targetResource,
    string propertyName
)
Object^ GetValue(
    Object^ targetResource, 
    String^ propertyName
)
abstract GetValue : 
        targetResource:Object * 
        propertyName:string -> Object 
function GetValue(
    targetResource : Object, 
    propertyName : String
) : Object

参数

  • targetResource
    类型:System.Object
    表示资源的不透明对象。
  • propertyName
    类型:System.String
    其值需要检索的属性的名称。

返回值

类型:System.Object
对象的值。

注释

针对标量属性或复杂属性调用此方法。 对于标量属性,返回的对象应为实际值。

请参阅

参考

IUpdatable 接口

System.Data.Services 命名空间