Construtor PropertyFilter (String)
Initializes a new instance of the PropertyFilter class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
filterText As String _
)
public PropertyFilter(
string filterText
)
public:
PropertyFilter(
String^ filterText
)
new :
filterText:string -> PropertyFilter
public function PropertyFilter(
filterText : String
)
Parâmetros
- filterText
Tipo: System.String
Representação de predicados de seqüência de caracteres.Os predicados são delimitada por espaço.
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
Namespace Microsoft.Windows.Design.PropertyEditing