ExpandSegment.PathHasFilter 方法
布林值,表示路徑是否包含目標資料篩選選項。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public Shared Function PathHasFilter ( _
path As IEnumerable(Of ExpandSegment) _
) As Boolean
'用途
Dim path As IEnumerable(Of ExpandSegment)
Dim returnValue As Boolean
returnValue = ExpandSegment.PathHasFilter(path)
public static bool PathHasFilter(
IEnumerable<ExpandSegment> path
)
public:
static bool PathHasFilter(
IEnumerable<ExpandSegment^>^ path
)
static member PathHasFilter :
path:IEnumerable<ExpandSegment> -> bool
public static function PathHasFilter(
path : IEnumerable<ExpandSegment>
) : boolean
參數
- path
型別:System.Collections.Generic.IEnumerable<ExpandSegment>
區段列舉,用以檢查篩選。
傳回值
型別:System.Boolean
如果路徑中任何區段有篩選則為 true,否則為 false。