[This is preliminary documentation and is subject to change.]
Returns a dictionary of key/value pairs suitable to be passed a FacebookRequest object.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public IDictionary<string, Object> GetArgs() |
Visual Basic (Declaration) |
---|
Public Function GetArgs As IDictionary(Of String, Object) |
Visual C++ |
---|
public: IDictionary<String^, Object^>^ GetArgs() |
Return Value
A dictionary of key/value pairs suitable to be passed a
Remarks
This method calls the SerializeProperty(String, IDictionary<(Of <(String, Object>)>)%) for each key in the object, which allows property-specific processing
to be done on any property.