[This is preliminary documentation and is subject to change.]
Initializes the FacebookObjectBase instance using the specified XElement object as the data source.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
void Init( XElement dataSource ) |
Visual Basic (Declaration) |
---|
Sub Init ( _ dataSource As XElement _ ) |
Visual C++ |
---|
void Init( XElement^ dataSource ) |
Parameters
- dataSource
- Type: System.Xml.Linq..::.XElement
A XElement object containing XML that will be queried by the object's properties.