Animatable.ShouldSerializeStoredWeakReference(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a dependency object should be serialized.
public:
static bool ShouldSerializeStoredWeakReference(System::Windows::DependencyObject ^ target);
public static bool ShouldSerializeStoredWeakReference (System.Windows.DependencyObject target);
static member ShouldSerializeStoredWeakReference : System.Windows.DependencyObject -> bool
Public Shared Function ShouldSerializeStoredWeakReference (target As DependencyObject) As Boolean
Parameters
- target
- DependencyObject
Represents an object that participates in the dependency property system.
Returns
true
to serialize target
; otherwise, false
. The default is false
.
Remarks
The TypeDescriptor class uses the ShouldSerializeStoredWeakReference method to determine if a property should be serialized.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.