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.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetChars ( _
i As Integer, _
fieldoffset As Long, _
buffer As Char(), _
bufferoffset As Integer, _
length As Integer _
) As Long
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim fieldoffset As Long
Dim buffer As Char()
Dim bufferoffset As Integer
Dim length As Integer
Dim returnValue As Long
returnValue = instance.GetChars(i, fieldoffset, _
buffer, bufferoffset, length)
public long GetChars(
int i,
long fieldoffset,
char[] buffer,
int bufferoffset,
int length
)
Parameters
- i
Type: System.Int32
- fieldoffset
Type: System.Int64
- buffer
Type: []
- bufferoffset
Type: System.Int32
- length
Type: System.Int32
Return Value
Type: System.Int64