PropertyFilterPredicate 建構函式
初始化 PropertyFilterPredicate 類別的新執行個體。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Sub New ( _
matchText As String _
)
public PropertyFilterPredicate(
string matchText
)
public:
PropertyFilterPredicate(
String^ matchText
)
new :
matchText:string -> PropertyFilterPredicate
public function PropertyFilterPredicate(
matchText : String
)
參數
- matchText
型別:System.String
述詞字串。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | matchText 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間