ShouldSerializeValue Method
Delegates to base.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overrides Function ShouldSerializeValue ( _
component As Object _
) As Boolean
'Usage
Dim instance As DesignPropertyDescriptor
Dim component As Object
Dim returnValue As Boolean
returnValue = instance.ShouldSerializeValue(component)
public override bool ShouldSerializeValue(
Object component
)
public:
virtual bool ShouldSerializeValue(
Object^ component
) override
abstract ShouldSerializeValue :
component:Object -> bool
override ShouldSerializeValue :
component:Object -> bool
public override function ShouldSerializeValue(
component : Object
) : boolean
Parameters
- component
Type: System..::..Object
Return Value
Type: System..::..Boolean
See Also
Reference
DesignPropertyDescriptor Class
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace