ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出路徑是否包含目標資料上的篩選選項。
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
。