RolePlayerPropertyDescriptor.ShouldSerializeValue Method

Indicates whether the value of the role property should be serialized.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

public override bool ShouldSerializeValue(
    Object component
)

Parameters

  • component
    Type: Object

    Not used.

Return Value

Type: Boolean
false in all cases.

Remarks

The value of a role property is calculated from the links, and each link is serialized separately from the model elements.

This behavior can be overridden in a derived class.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace