DataViewPropertyDescriptor.GetValue 方法

获取指定元素的当前属性值。

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

语法

声明
Public Overrides Function GetValue ( _
    component As Object _
) As Object
public override Object GetValue(
    Object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
abstract GetValue : 
        component:Object -> Object 
override GetValue : 
        component:Object -> Object 
public override function GetValue(
    component : Object
) : Object

参数

  • component
    类型:System.Object
    元素可以检索属性值。

返回值

类型:System.Object
指定组件的当前属性值。

.NET Framework 安全性

请参见

参考

DataViewPropertyDescriptor 类

Microsoft.VisualStudio.Data.Framework 命名空间