Share via


ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) メソッド

定義

対象データに対するフィルター オプションがパスに含まれているかどうかを示す値を返します。

public:
 static bool PathHasFilter(System::Collections::Generic::IEnumerable<System::Data::Services::ExpandSegment ^> ^ path);
public static bool PathHasFilter (System.Collections.Generic.IEnumerable<System.Data.Services.ExpandSegment> path);
static member PathHasFilter : seq<System.Data.Services.ExpandSegment> -> bool
Public Shared Function PathHasFilter (path As IEnumerable(Of ExpandSegment)) As Boolean

パラメーター

path
IEnumerable<ExpandSegment>

フィルターをチェックするセグメントの列挙体。

戻り値

パスのいずれかのセグメントにフィルターが存在する場合は true。それ以外の場合は false

適用対象