共用方式為


MoveableDecoratorHostShapeSerializer.Write 方法 (SerializationContext, ModelElement, XmlWriter, RootElementSettings)

不像 DecoratorHostShape,MoveableDecoratorHostShape 不會需要經序列化以保留位置資訊。不過,裝飾及 CD 中的主圖形的特殊處理,受限於標準產生的序列化不起作用。因此,我們最少運算,產生的序列化程式,而是處理 ShapeElementSerializer.CustomWriteElements() 中的序列化。

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

語法

'宣告
Public Overrides Sub Write ( _
    serializationContext As SerializationContext, _
    element As ModelElement, _
    writer As XmlWriter, _
    rootElementSettings As RootElementSettings _
)
public override void Write(
    SerializationContext serializationContext,
    ModelElement element,
    XmlWriter writer,
    RootElementSettings rootElementSettings
)

參數

.NET Framework 安全性

請參閱

參考

MoveableDecoratorHostShapeSerializer 類別

Write 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間