DataViewBrowseObject.SetDefaultProperty 方法

设置当前浏览对象的默认属性。

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

语法

声明
Public Sub SetDefaultProperty ( _
    value As PropertyDescriptor _
)
public void SetDefaultProperty(
    PropertyDescriptor value
)
public:
void SetDefaultProperty(
    PropertyDescriptor^ value
)
member SetDefaultProperty : 
        value:PropertyDescriptor -> unit
public function SetDefaultProperty(
    value : PropertyDescriptor
)

参数

  • value
    类型:PropertyDescriptor

    对集的 PropertyDescriptor 对象定义为"默认属性。

.NET Framework 安全性

请参阅

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间