DiagramLite Programmer's Guide
XmlPersistContext.ReadShort Method
See Also
 





Reads a short value with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public short ReadShort (
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function ReadShort( _
    elementName As String, _
    parentElement As XElement _
) As Short

 Parameters

elementName

The name of the element containing the short value.

parentElement

The name of the element containing the short value.

 Return Value

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Diagramming Namespace