DataViewPropertyDescriptor.SetComponentType 方法

设置组件类型为指定的类型。

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

语法

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

参数

  • value
    类型:System.Type
    设置新的组件类型。

.NET Framework 安全性

请参见

参考

DataViewPropertyDescriptor 类

Microsoft.VisualStudio.Data.Framework 命名空间