From ab1f669f9f87bc0c9823929e6497bc3b1a4018d6 Mon Sep 17 00:00:00 2001 From: Samantha Houts Date: Wed, 10 May 2017 10:20:57 -0700 Subject: [All] Rename Accessibility -> AutomationProperties (#912) * [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes --- .../Xamarin.Forms/Accessibility.xml | 255 --------------------- .../Xamarin.Forms/AutomationProperties.xml | 255 +++++++++++++++++++++ docs/Xamarin.Forms.Core/index.xml | 2 +- 3 files changed, 256 insertions(+), 256 deletions(-) delete mode 100644 docs/Xamarin.Forms.Core/Xamarin.Forms/Accessibility.xml create mode 100644 docs/Xamarin.Forms.Core/Xamarin.Forms/AutomationProperties.xml (limited to 'docs') diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Accessibility.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Accessibility.xml deleted file mode 100644 index ee401995..00000000 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Accessibility.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - - - Xamarin.Forms.Core - 2.0.0.0 - - - System.Object - - - - Contains both abbreviated and detailed UI information that is supplied to accessibility services. - To be added. - - - - - - Constructor - - 2.0.0.0 - - - - Creates a new object with default values. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.String - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.Nullable<System.Boolean> - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - Xamarin.Forms.VisualElement - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.String - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Field - - 2.0.0.0 - - - Xamarin.Forms.BindableProperty - - - Backing store for the attached property that contains the detailed description of the UI element and its behavior. - To be added. - - - - - - Field - - 2.0.0.0 - - - Xamarin.Forms.BindableProperty - - - Backing store for the attached property that contains a Boolean value that tells whether the element is available to the accessible app. - To be added. - - - - - - Field - - 2.0.0.0 - - - Xamarin.Forms.BindableProperty - - - Backing store for the attached property that holds a reference to the element that labels the element that is being made accessible. - To be added. - - - - - - Field - - 2.0.0.0 - - - Xamarin.Forms.BindableProperty - - - Backing store for the attached property that contains the brief description of the UI element - To be added. - - - - - - Method - - 2.0.0.0 - - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - 2.0.0.0 - - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/AutomationProperties.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/AutomationProperties.xml new file mode 100644 index 00000000..d71a230a --- /dev/null +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/AutomationProperties.xml @@ -0,0 +1,255 @@ + + + + + Xamarin.Forms.Core + 2.0.0.0 + + + System.Object + + + + Contains both abbreviated and detailed UI information that is supplied to accessibility services. + To be added. + + + + + + Constructor + + 2.0.0.0 + + + + Creates a new object with default values. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.Nullable<System.Boolean> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + Xamarin.Forms.VisualElement + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Field + + 2.0.0.0 + + + Xamarin.Forms.BindableProperty + + + Backing store for the attached property that contains the detailed description of the UI element and its behavior. + To be added. + + + + + + Field + + 2.0.0.0 + + + Xamarin.Forms.BindableProperty + + + Backing store for the attached property that contains a Boolean value that tells whether the element is available to the accessible app. + To be added. + + + + + + Field + + 2.0.0.0 + + + Xamarin.Forms.BindableProperty + + + Backing store for the attached property that holds a reference to the element that labels the element that is being made accessible. + To be added. + + + + + + Field + + 2.0.0.0 + + + Xamarin.Forms.BindableProperty + + + Backing store for the attached property that contains the brief description of the UI element + To be added. + + + + + + Method + + 2.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 2.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/docs/Xamarin.Forms.Core/index.xml b/docs/Xamarin.Forms.Core/index.xml index 4531ee11..591d24a9 100644 --- a/docs/Xamarin.Forms.Core/index.xml +++ b/docs/Xamarin.Forms.Core/index.xml @@ -135,13 +135,13 @@ - + -- cgit v1.2.3