PropertyPathSerializer.Read Method

Public Read() method that deserializes one PropertyPath 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 PropertyPath 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

PropertyPathSerializer Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace