SPClaimProvider.Search method
Realiza uma pesquisa da hierarquia [T:HYPERLINK"ms-help://MS.SPF14SDK.en/SPF14MrefControls/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] .
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function Search ( _
context As Uri, _
entityTypes As String(), _
searchPattern As String, _
hierarchyNodeID As String, _
maxCount As Integer _
) As SPProviderHierarchyTree
'Uso
Dim instance As SPClaimProvider
Dim context As Uri
Dim entityTypes As String()
Dim searchPattern As String
Dim hierarchyNodeID As String
Dim maxCount As Integer
Dim returnValue As SPProviderHierarchyTree
returnValue = instance.Search(context, _
entityTypes, searchPattern, hierarchyNodeID, _
maxCount)
public SPProviderHierarchyTree Search(
Uri context,
string[] entityTypes,
string searchPattern,
string hierarchyNodeID,
int maxCount
)
Parâmetros
context
Type: System.UriO contexto, como um URI. Este valor deve ser um URI corretamente formatado.
entityTypes
Type: []Os tipos de [P:HYPERLINK"mk:@MSITStore:D:\\\\aSDK\\\\SP2010SDK.chm::/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.PickerEntity.EntityType] para retornar da árvore de SPProviderHierarchyTree . Se a null reference (Nothing in Visual Basic), todos os tipos serão retornados.
searchPattern
Type: System.StringOs dados a procurar.
hierarchyNodeID
Type: System.StringO nó da pesquisa. O [P:HYPERLINK"ms-help://MS.SPF14SDK.en/SPF14MrefControls/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.SPProviderHierarchyNode.HierarchyNodeID] identifica o nó da pesquisa. Se a null reference (Nothing in Visual Basic) , em seguida, a pesquisa começa na raiz.
maxCount
Type: System.Int32Número máximo de resultados.
Valor retornado
Type: Microsoft.SharePoint.WebControls.SPProviderHierarchyTree
Uma árvore de SPProviderHierarchyTree a partir do nó raiz ou de hierarchyNodeID para todos os nós da árvore e nós que contém os objetos PickerEntity correspondente.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Lançada quando context é a null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | Lançada quando maxCount for menor que 0. |
NotImplementedException | Lançada quando SupportsSearch é false. |