Compartilhar via


TransformableFilterValuesToFilterValuesTransformer.IFilterValues.ParameterName property

O consumidor retorna o nome do parâmetro selecionado pelo usuário no Assistente de configuração.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Private ReadOnly Property ParameterName As String
    Implements IFilterValues.ParameterName
    Get
'Uso
Dim instance As TransformableFilterValuesToFilterValuesTransformer
Dim value As String

value = CType(instance, IFilterValues).ParameterName
stringIFilterValues.ParameterName { get; }

Property value

Type: System.String
Retorna String.

Implements

IFilterValues.ParameterName

Comentários

Se o nome selecionado inválido (nulo ou vazio) ou não existir na lista do consumidor de parâmetros depois retornaremos o nome do parâmetro fornecido pelo provedor.

Ver também

Referência

TransformableFilterValuesToFilterValuesTransformer class

TransformableFilterValuesToFilterValuesTransformer members

Microsoft.SharePoint.WebPartPages namespace