Partager via


IWithIncludedPaths<ParentT> Interface

Définition

Étape de la mise à jour de la stratégie d’indexation permettant de définir des chemins inclus.

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

Paramètres de type

ParentT

Étape de la mise à jour parente à laquelle revenir après l’attachement de cette mise à jour.

Dérivé

Méthodes

WithIncludedPath(IncludedPath)

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

WithIncludedPath(String)

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

WithIncludedPathsAppend(IList<IncludedPath>)

Ajoute les chemins inclus.

WithIncludedPathsReplace(IList<IncludedPath>)

Remplace les chemins inclus.

WithoutIncludedPath(String)

Supprime un chemin d’accès inclus.

WithoutIncludedPaths()

Supprime tous les chemins inclus.

S’applique à