PropertyFilterPredicate.Match 方法
傳回值,這個值表示目標字串內是否含有述詞字串的不區分大小寫相符項目。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Overridable Function Match ( _
target As String _
) As Boolean
public virtual bool Match(
string target
)
public:
virtual bool Match(
String^ target
)
abstract Match :
target:string -> bool
override Match :
target:string -> bool
public function Match(
target : String
) : boolean
參數
- target
型別:System.String
要與述詞字串比較的目標字串。
傳回值
型別:System.Boolean
如果目標字串內含有述詞字串的不區分大小寫相符項目則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間