Registration.GetXElements Method ()

 

This method is not intended to be used externally.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

protected virtual List<XElement> GetXElements()
protected:
virtual List<XElement^>^ GetXElements()
abstract GetXElements : unit -> List<XElement>
override GetXElements : unit -> List<XElement>
Protected Overridable Function GetXElements As List(Of XElement)

Return Value

Type: System.Collections.Generic.List<XElement>

Returns List<T>.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top