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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET