Método DataViewPropertyDescriptor.SetComponentType

Define o tipo de componente ao tipo especificado.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • value
    Tipo: System.Type
    O novo tipo de componente ao dataset.

Segurança do .NET Framework

Consulte também

Referência

DataViewPropertyDescriptor Classe

Namespace Microsoft.VisualStudio.Data.Framework