Gets an XElement containing the details of the recurrence pattern.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static XElement ToXml(
	this IRecurrencePattern pattern
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToXml ( _
	pattern As IRecurrencePattern _
) As XElement
Visual C++
[ExtensionAttribute]
public:
static XElement^ ToXml(
	IRecurrencePattern^ pattern
)

Parameters

pattern
Type: Mindscape.SilverlightElements..::..IRecurrencePattern
The recurrence pattern to serialize.

Return Value

An XElement representing the recurrence pattern.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRecurrencePattern. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also