ResultItemType constructor (ResultItemType, SearchObjectOwner)
Cria uma instância de um ResultItemType com o proprietário especificado e com propriedades copiadas do ResultItemType especificado
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
type As ResultItemType, _
owner As SearchObjectOwner _
)
'Uso
Dim type As ResultItemType
Dim owner As SearchObjectOwner
Dim instance As New ResultItemType(type, owner)
public ResultItemType(
ResultItemType type,
SearchObjectOwner owner
)