System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.ShouldSerializeValue C# (CSharp) Méthode

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool
                public override bool ShouldSerializeValue(object component)
                {
                    return _property.ShouldSerializeValue(_target);
                }
            }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor