PropertyExtension<TTargetElementType>.ShouldSerializeValue Method (Object)
Determines whether the value of this property needs to be persisted.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public override bool ShouldSerializeValue(
object component
)
public:
virtual bool ShouldSerializeValue(
Object^ component
) override
override ShouldSerializeValue :
component:Object -> bool
Public Overrides Function ShouldSerializeValue (
component As Object
) As Boolean
Parameters
component
Type: System.ObjectThe component (can be null)
Return Value
Type: System.Boolean
true if the value is not empty
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top