SPClaimProvider.Resolve method (Uri, String[], String)
Elimina a entrada.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function Resolve ( _
context As Uri, _
entityTypes As String(), _
resolveInput As String _
) As PickerEntity()
'Uso
Dim instance As SPClaimProvider
Dim context As Uri
Dim entityTypes As String()
Dim resolveInput As String
Dim returnValue As PickerEntity()
returnValue = instance.Resolve(context, _
entityTypes, resolveInput)
public PickerEntity[] Resolve(
Uri context,
string[] entityTypes,
string resolveInput
)
Parâmetros
context
Type: System.UriO contexto, como um URI. Este valor deve ser um URI corretamente formatado.
entityTypes
Type: []Os tipos de entidade [P:HYPERLINK"mk:@MSITStore:D:\\\\aSDK\\\\SP2010SDK.chm::/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.PickerEntity.EntityType] que são retornados da árvore de SPProviderHierarchyTree .
resolveInput
Type: System.StringA entrada que no momento está sendo resolvida.
Valor retornado
Type: []
Um conjunto de PickerEntity correspondentes à entrada. O valor da propriedade [P:HYPERLINK"mk:@MSITStore:D:\\\\aSDK\\\\SP2010SDK.chm::/html/a4bf54d0-29e5-e5c2-231e-b1b9f4728a7f.htm"Microsoft.SharePoint.WebControls.PickerEntity.EntityType] deve estar localizado no resultado de EntityType().
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Lançada quando context ou resolveInputé a null reference (Nothing in Visual Basic). |
NotImplementedException | Lançada quando SupportsResolve é false. |