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.AutomationProperty.cs')
-rw-r--r--src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.AutomationProperty.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.AutomationProperty.cs b/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.AutomationProperty.cs
new file mode 100644
index 0000000..e477d8e
--- /dev/null
+++ b/src/Editor/FPF/UIAutomationTypes/System.Windows.Automation.AutomationProperty.cs
@@ -0,0 +1,6 @@
+namespace System.Windows.Automation
+{
+ public class AutomationProperty : System.Windows.Automation.AutomationIdentifier
+ {
+ }
+} \ No newline at end of file