On<t> summaries. (#492)
authorMike Norman <mknorman@gmail.com>
Sun, 30 Oct 2016 21:57:15 +0000 (16:57 -0500)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2016 21:57:15 +0000 (16:57 -0500)
28 files changed:
docs/Xamarin.Forms.Core/Xamarin.Forms/ActivityIndicator.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Application.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/BoxView.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Button.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/CarouselPage.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/DatePicker.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Editor.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Entry.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Frame.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/IElementConfiguration`1.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Image.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Label.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/ListView.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/MasterDetailPage.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/NavigationPage.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/OpenGLView.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Page.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Picker.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/ProgressBar.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollView.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/SearchBar.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Slider.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Stepper.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/Switch.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/TabbedPage.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/TableView.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/TimePicker.xml
docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml

index a258a5d..0c65da9 100644 (file)
@@ -197,7 +197,7 @@ var indicator = new ActivityIndicator {
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.ActivityIndicator" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index a06fa6a..8bc252a 100644 (file)
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Application" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 5aa1411..bf7e05f 100644 (file)
@@ -169,7 +169,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.BoxView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 9650413..5d3af64 100644 (file)
@@ -617,7 +617,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Button" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index f1fe41b..624185e 100644 (file)
@@ -154,7 +154,7 @@ MainPage = new CarouselPage {
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.CarouselPage" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 05e2cc6..467fadb 100644 (file)
@@ -339,7 +339,7 @@ DatePicker datePicker = new DatePicker
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.DatePicker" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 627b7d2..56d1d43 100644 (file)
@@ -221,7 +221,7 @@ var editor = new Editor {
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Editor" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 28804a7..8495ba4 100644 (file)
@@ -331,7 +331,7 @@ View CreateLoginForm ()
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Entry" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index d056ab6..22e3990 100644 (file)
@@ -156,7 +156,7 @@ MainPage = new ContentPage () {
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Frame" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index fd951bd..a07abee 100644 (file)
@@ -40,7 +40,7 @@
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.IElementConfiguration`1" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index af57106..00f60b0 100644 (file)
@@ -239,7 +239,7 @@ indicator.BindingContext = image;]]></code>
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Image" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 776a12a..481d033 100644 (file)
@@ -449,7 +449,7 @@ public class App : Application
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Label" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 56521a0..a3b495a 100644 (file)
@@ -1033,7 +1033,7 @@ ListView CreateListView()
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.ListView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index cd01c3c..2a0fa99 100644 (file)
@@ -391,7 +391,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.MasterDetailPage" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 4e7ed1f..af0c265 100644 (file)
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.NavigationPage" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index e9704a6..1e55345 100644 (file)
@@ -196,7 +196,7 @@ namespace opengl
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.OpenGLView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 72a0760..0546c83 100644 (file)
@@ -628,7 +628,7 @@ namespace MyFirstFormsApp.WinPhone
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>TReturns the platform-specific instance of this <see cref="T:Xamarin.Forms.Page" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 0e9424e..d8507d6 100644 (file)
@@ -205,7 +205,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Picker" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 919c6bb..e4c3e4a 100644 (file)
@@ -101,7 +101,7 @@ Debug.WriteLine ("Animation completed");
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.ProgressBar" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index d3131ec..8cc507a 100644 (file)
@@ -220,7 +220,7 @@ MainPage = new ContentPage
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.ScrollView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 89ed58e..60c1a2c 100644 (file)
@@ -331,7 +331,7 @@ public class App : Application
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.SearchBar" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 4159cd3..3da809c 100644 (file)
@@ -273,7 +273,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Slider" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index fefc470..ff6f90c 100644 (file)
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Stepper" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index d90d8df..3986b7f 100644 (file)
@@ -192,7 +192,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.Switch" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 87f53b6..d7efe60 100644 (file)
@@ -271,7 +271,7 @@ class TabbedPageDemoPage2 : TabbedPage
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.TabbedPage" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 2a11f7e..8499e13 100644 (file)
@@ -239,7 +239,7 @@ public class App : Application
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.TableView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index a15a1f5..7090c7d 100644 (file)
@@ -126,7 +126,7 @@ var beeroclock = new TimePicker () { Time = new TimeSpan (17,0,0) };
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.TimePicker" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>
index 15b8d78..ed614a3 100644 (file)
@@ -285,7 +285,7 @@ namespace FormsGallery
       <Parameters />
       <Docs>
         <typeparam name="T">To be added.</typeparam>
-        <summary>To be added.</summary>
+        <summary>Returns the platform-specific instance of this <see cref="T:Xamarin.Forms.WebView" />, on which a platform-specific method may be called.</summary>
         <returns>To be added.</returns>
         <remarks>To be added.</remarks>
       </Docs>