This member overrides ElementPropertyDescriptor.ShouldSerializeValue(Object).
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides Function ShouldSerializeValue ( _
component As Object _
) As Boolean
'使用
Dim instance As TrackingPropertyDescriptor
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
public override function ShouldSerializeValue(
component : Object
) : boolean
Parameters
- component
Type: System.Object
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TrackingPropertyDescriptor Class