Construtor PropertyFilterPredicate
Initializes a new instance of the PropertyFilterPredicate class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
matchText As String _
)
public PropertyFilterPredicate(
string matchText
)
public:
PropertyFilterPredicate(
String^ matchText
)
new :
matchText:string -> PropertyFilterPredicate
public function PropertyFilterPredicate(
matchText : String
)
Parâmetros
- matchText
Tipo: System.String
A seqüência de predicado.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | matchText is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyFilterPredicate Classe
Namespace Microsoft.Windows.Design.PropertyEditing