Číst v angličtině

Sdílet prostřednictvím


ShapeHasDecoratorsSerializer.Read Method

Public Read() method that deserializes one ShapeHasDecorators instance from XML.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

public override void Read(
    SerializationContext serializationContext,
    ModelElement element,
    XmlReader reader
)

Parameters

Remarks

When this method is called, caller guarantees that the passed-in XML reader is positioned at the open XML tag of the ShapeHasDecorators element that is about to be deserialized. The method needs to ensure that when it returns, the reader is positioned at the open XML tag of the next sibling element, or the close tag of the parent element (or EOF).

.NET Framework Security

See Also

Reference

ShapeHasDecoratorsSerializer Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace