共用方式為


ElementPropertyDescriptor.ShouldSerializeValue 方法

指出是否應該序列化網域屬性的值。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public Overrides Function ShouldSerializeValue ( _
    component As Object _
) As Boolean
public override bool ShouldSerializeValue(
    Object component
)

參數

  • component
    類型:System.Object
    要設定其屬性值的網域項目。

傳回值

類型:System.Boolean
如果應該序列化網域屬性的值,則為 true,否則為 false。

備註

根據預設,在中,如果的值與屬性的預設值不同,則屬性值序列化。 這是在衍生類別中進行變更。

如果描述項的 ModelElement 屬性是 nullnull 參考 (即 Visual Basic 中的 Nothing),則會使用 component 參數,因為檢查屬性值的模型項目;否則,這個方法會檢查屬性的值與其相關聯的模型項目。 當屬性描述項建立時,這會建立關聯。

.NET Framework 安全性

請參閱

參考

ElementPropertyDescriptor 類別

Microsoft.VisualStudio.Modeling.Design 命名空間

ElementPropertyDescriptor

ModelElement

GetValue