DataViewPropertyDescriptor.ResetValue 方法

重置该指定元素的属性值设置为默认值。

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

语法

声明
Public Overrides Sub ResetValue ( _
    component As Object _
)
public override void ResetValue(
    Object component
)
public:
virtual void ResetValue(
    Object^ component
) override
abstract ResetValue : 
        component:Object -> unit 
override ResetValue : 
        component:Object -> unit 
public override function ResetValue(
    component : Object
)

参数

  • component
    类型:System.Object
    具有要重置为默认值的属性值的组件。

.NET Framework 安全性

请参见

参考

DataViewPropertyDescriptor 类

Microsoft.VisualStudio.Data.Framework 命名空间