Compartilhar via


ManagedProperty.GetMappedCrawledProperties method

Obtém a coleção de objetos CrawledProperty mapeado para uma propriedade gerenciada.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetMappedCrawledProperties ( _
    resultsCount As Integer _
) As List(Of CrawledProperty)
'Uso
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)

returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
    int resultsCount
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<CrawledProperty>
Uma coleção de objetos CrawledProperty .

Comentários

Para um exemplo de código usando o método GetMappedCrawledProperties , consulte How to: Retrieve the Crawled Properties Mapped to a Managed Property.

Ver também

Referência

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace