[This is preliminary documentation and is subject to change.]
Initializes a FeedActionLinkElement based off the specified XElement.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public FeedActionLinkElement( XElement element ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ element As XElement _ ) |
Visual C++ |
---|
public: FeedActionLinkElement( XElement^ element ) |
Parameters
- element
- Type: System.Xml.Linq..::.XElement
A XElement object containing text and href child elements.