Propriedade PropertyFilterAppliedEventArgs.Filter
Obtém o PropertyFilter que foi aplicada.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public ReadOnly Property Filter As PropertyFilter
Get
public PropertyFilter Filter { get; }
public:
property PropertyFilter^ Filter {
PropertyFilter^ get ();
}
member Filter : PropertyFilter
function get Filter () : PropertyFilter
Valor de propriedade
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
A PropertyFilter que foi aplicada.
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
PropertyFilterAppliedEventArgs Classe
Namespace Microsoft.Windows.Design.PropertyEditing