IngredientPageGetIngredient Method |
Gets the ingredient information stored in the database.
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task GetIngredient()
Public Function GetIngredient As Task
public:
Task^ GetIngredient()
member GetIngredient : unit -> Task
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.SharedPages.IngredientPage.GetIngredient"]
See Also