TrackingPropertyDescriptor.ShouldSerializeValue 方法

指示是否序列化该跟踪的属性的值。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Overrides Function ShouldSerializeValue ( _
    component As Object _
) As Boolean
public override bool ShouldSerializeValue(
    Object component
)

参数

  • component
    类型:System.Object
    需要检查该属性的字段元素。

返回值

类型:System.Boolean
,如果序列化,则为 true 字段的特性的值;否则,错误。

备注

,如果用户更新了所描述的属性和当前不跟踪,此方法返回 true 。

如果跟踪的属性说明符不与一个模型元素,则 component 参数指示存在检查该属性的模型元素。

.NET Framework 安全性

请参见

参考

TrackingPropertyDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间