Partager via


ResourceQueryControl.IssueQuery - Méthode (String, String, Int32, Int32)

Ce membre remplace PickerQueryControlBase.IssueQuery(String, String, Int32, Int32).

Espace de noms :  Microsoft.SharePoint.ApplicationPages.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected Overrides Function IssueQuery ( _
    searchString As String, _
    filterName As String, _
    pageIndex As Integer, _
    pageSize As Integer _
) As Integer
'Utilisation
Dim searchString As String
Dim filterName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer

returnValue = Me.IssueQuery(searchString, _
    filterName, pageIndex, pageSize)
protected override int IssueQuery(
    string searchString,
    string filterName,
    int pageIndex,
    int pageSize
)

Paramètres

Valeur renvoyée

Type : System.Int32

Voir aussi

Référence

ResourceQueryControl classe

ResourceQueryControl - Membres

IssueQuery - Surcharge

Microsoft.SharePoint.ApplicationPages.WebControls - Espace de noms