del constructor ValueTypeConverterAttribute
Inicializa una nueva instancia de la clase ValueTypeConverterAttribute .
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Sub New ( _
targetType As Type _
)
'Uso
Dim targetType As Type
Dim instance As New ValueTypeConverterAttribute(targetType)
public ValueTypeConverterAttribute(
Type targetType
)
Parámetros
targetType
Tipo: System.TypeEl tipo de destino que se aplica el ValueTypeConverterAttribute .
Vea también
Referencia
clase ValueTypeConverterAttribute