Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.Text.TextUnit.cs')
-rw-r--r--src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.Text.TextUnit.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.Text.TextUnit.cs b/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.Text.TextUnit.cs
new file mode 100644
index 0000000..b3ac854
--- /dev/null
+++ b/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.Text.TextUnit.cs
@@ -0,0 +1,13 @@
+namespace System.Windows.Automation.Text
+{
+ public enum TextUnit
+ { Character,
+ Format,
+ Word,
+ Line,
+ Paragraph,
+ Page,
+ Document,
+
+ }
+} \ No newline at end of file