Compartilhar via


Category.GetAllCrawledProperties method

Retorna um enumerador que itera por meio da categoria propriedades rastreadas.

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

Syntax

'Declaração
Public Function GetAllCrawledProperties As IEnumerable(Of CrawledProperty)
'Uso
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)

returnValue = instance.GetAllCrawledProperties()
public IEnumerable<CrawledProperty> GetAllCrawledProperties()

Valor retornado

Type: System.Collections.Generic.IEnumerable<CrawledProperty>
Um objeto de IEnumerator que pode ser usado para fazer uma iteração através da coleção.

Ver também

Referência

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace