Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns multiple entities that match the specified unresolved text.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function ResolveErrorBySearch ( _
unresolvedText As String _
) As PickerEntity()
'Usage
Dim unresolvedText As String
Dim returnValue As PickerEntity()
returnValue = Me.ResolveErrorBySearch(unresolvedText)
protected override PickerEntity[] ResolveErrorBySearch(
string unresolvedText
)
Parameters
unresolvedText
Type: System.StringThe unresolved text.
Return Value
Type: []
The PickerEntity objects that match the specified unresolved text.
Remarks
This override is called to return multiple matches.