MoveableDecoratorHostShapeSerializerBase.Write 方法 (SerializationContext, ModelElement, XmlWriter, RootElementSettings)
公用 Write() 方法,可將一個 MoveableDecoratorHostShape 執行個體序列化成 XML。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
)
參數
- serializationContext
類型:Microsoft.VisualStudio.Modeling.SerializationContext
序列化的內容。
- element
類型:Microsoft.VisualStudio.Modeling.ModelElement
要序列化的 MoveableDecoratorHostShape 執行個體。
- writer
類型:System.Xml.XmlWriter
要將序列化的資料寫入到的 XmlWriter。
- rootElementSettings
類型:Microsoft.VisualStudio.Modeling.RootElementSettings
如果傳入的項目已序列化為 XML 中的根項目,則為根項目設定。像結構描述目標命名空間、版本等等的根項目包含其他資訊。應為根層級元素只能透過這個。針對其餘項目應該傳遞 null (最好是在沒有此參數的情況下呼叫 Write() 方法)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。