Partager via


IWithExcludedPaths<ParentT> Interface

Définition

Étape de la définition de la stratégie d’indexation permettant de définir des chemins exclus.

public interface IWithExcludedPaths<ParentT>
type IWithExcludedPaths<'ParentT> = interface
Public Interface IWithExcludedPaths(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé

Méthodes

WithExcludedPath(ExcludedPath)

Spécifie un chemin d’accès exclu.

WithExcludedPath(String)

Spécifie un chemin d’accès exclu.

WithExcludedPaths(IList<ExcludedPath>)

Spécifie les chemins exclus.

S’applique à