DataViewPropertyDescriptor.SetComponentType Method

Sets the component type to the specified type.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
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
)

Parameters

  • value
    Type: System.Type

    The new component type to set.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace