ValueTypeConverterAttribute construtor
Inicializa uma nova instância da classe ValueTypeConverterAttribute .
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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.TypeO tipo de destino que o ValueTypeConverterAttribute é aplicado a.
Ver também
Referência
ValueTypeConverterAttribute classe