SearchServiceApplicationProxy.UpdateResultItemType method (ResultItemType)
Somente para uso interno.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function UpdateResultItemType ( _
type As ResultItemType _
) As ResultItemType
'Uso
Dim instance As SearchServiceApplicationProxy
Dim type As ResultItemType
Dim returnValue As ResultItemType
returnValue = instance.UpdateResultItemType(type)
public ResultItemType UpdateResultItemType(
ResultItemType type
)
Parâmetros
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.ResultItemType
Ver também
Referência
SearchServiceApplicationProxy class