FrameworkElement.ShouldSerializeTriggers Método
Definición
public:
bool ShouldSerializeTriggers();
public bool ShouldSerializeTriggers ();
member this.ShouldSerializeTriggers : unit -> bool
Public Function ShouldSerializeTriggers () As Boolean
Devoluciones
Es true
si el valor de propiedad Triggers debe serializarse; en caso contrario, es false
.true
if the Triggers property value should be serialized; otherwise, false
.
Comentarios
Este método devuelve true
si la Triggers propiedad está establecida localmente.This method returns true
if the Triggers property is locally set.