次の方法で共有


IWithExcludedPaths<ParentT> インターフェイス

定義

除外されたパスを設定できるインデックス作成ポリシー定義のステージ。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithExcludedPath(ExcludedPath)

除外されたパスを指定します。

WithExcludedPath(String)

除外されたパスを指定します。

WithExcludedPaths(IList<ExcludedPath>)

除外するパスを指定します。

適用対象