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.
Populates an array of objects with the column values for the current search result.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Function GetValues ( _
values As Object() _
) As Integer
'Usage
Dim instance As ResultTable
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public int GetValues(
Object[] values
)
Parameters
values
Type: []An array of objects to copy the column values to.
Return Value
Type: System.Int32
The number of columns with values copied to the array of object.