Share via


QueryContext.GetValues Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This interface should not be used")> _
Function GetValues ( _
    key As String _
) As ICollection(Of String)
'Usage
Dim instance As QueryContext
Dim key As String
Dim returnValue As ICollection(Of String)

returnValue = instance.GetValues(key)
[ObsoleteAttribute("This interface should not be used")]
ICollection<string> GetValues(
    string key
)

Parameters

Return Value

Type: System.Collections.Generic.ICollection<String>

See Also

Reference

QueryContext Interface

QueryContext Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace