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