[This is preliminary documentation and is subject to change.]
Intializes an instance of InfoItem using the specified xml document or snippet as the data source.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public InfoItem( XElement content ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ content As XElement _ ) |
Visual C++ |
---|
public: InfoItem( XElement^ content ) |
Parameters
- content
- Type: System.Xml.Linq..::.XElement
An XElement object containing xml data for the object.