ClientServiceProcessingHandlerTypeAttribute construtor
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Sub New ( _
processingHandlerType As Type _
)
'Uso
Dim processingHandlerType As Type
Dim instance As New ClientServiceProcessingHandlerTypeAttribute(processingHandlerType)
public ClientServiceProcessingHandlerTypeAttribute(
Type processingHandlerType
)
Parâmetros
- processingHandlerType
Tipo: System.Type
Ver também
Referência
ClientServiceProcessingHandlerTypeAttribute classe