TransformableFilterValuesToFilterValuesTransformer.IFilterValues.ParameterName property
傳回取用者的使用者在 「 組態精靈 」 中選取的參數名稱。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private ReadOnly Property ParameterName As String
Implements IFilterValues.ParameterName
Get
'用途
Dim instance As TransformableFilterValuesToFilterValuesTransformer
Dim value As String
value = CType(instance, IFilterValues).ParameterName
stringIFilterValues.ParameterName { get; }
Property value
Type: System.String
傳回 String。
Implements
備註
如果選取的名稱無效 (空值/空) 或是不再存在於消費者的參數清單中,我們將傳回提供者所指定的參數名稱。
請參閱
參照
TransformableFilterValuesToFilterValuesTransformer class