Číst v angličtině

Sdílet prostřednictvím


DslLibrarySerializerBase.CreateInstance Method

This method creates an instance of DslLibrary based on the tag currently pointed by the reader. The reader is guaranteed (by the caller) to be pointed at a serialized instance of DslLibrary.

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

Syntax

protected override ModelElement CreateInstance(
    SerializationContext serializationContext,
    XmlReader reader,
    Partition partition
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
Created DslLibrary instance.

Remarks

The caller will guarantee that the reader is positioned at open XML tag of the ModelRoot instance being read. This method should not move the reader; the reader should remain at the same position when this method returns.

.NET Framework Security

See Also

Reference

DslLibrarySerializerBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace