System.Windows.DependencyObject.ShouldSerializeProperty C# (CSharp) Méthode

ShouldSerializeProperty() public méthode

public ShouldSerializeProperty ( DependencyProperty dp ) : bool
dp DependencyProperty
Résultat bool
        public bool ShouldSerializeProperty(DependencyProperty dp)
        {
            throw new NotImplementedException ();
        }