Compartir a través de


DataViewPropertyDescriptor.SetPropertyType (Método)

Establece el tipo de propiedad en el tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Sub SetPropertyType ( _
    value As Type _
)
public void SetPropertyType(
    Type value
)
public:
void SetPropertyType(
    Type^ value
)
member SetPropertyType : 
        value:Type -> unit 
public function SetPropertyType(
    value : Type
)

Parámetros

  • value
    Tipo: System.Type
    Type que especifica el tipo de propiedad al conjunto.

Excepciones

Excepción Condición
ArgumentNullException

El valor del parámetro value es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

DataViewPropertyDescriptor Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)