Compartilhar via


IUserInputFilter.GetValueType método

Retorna o tipo do valor desse filtro.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (em Microsoft.BusinessData.dll)

Sintaxe

'Declaração
Function GetValueType As Type
'Uso
Dim instance As IUserInputFilter
Dim returnValue As Type

returnValue = instance.GetValueType()
Type GetValueType()

Valor retornado

Tipo: System.Type

O tipo do valor desse filtro.

Exemplos

Code Snippet: Determine the Type of the Parameter That a Filter is associated with

Ver também

Referência

IUserInputFilter interface

IUserInputFilter membros

Microsoft.BusinessData.Runtime namespace