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

System.Windows.Automation.AutomationIdentifier.cs « UIAutomationTypes « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5e2017d754275f4092697d23a6321d01c04a0df (plain)
1
2
3
4
5
6
7
8
namespace System.Windows.Automation
{
	public  class AutomationIdentifier  : System.Object
	{
		public System.Int32 Id { get {  throw new System.NotImplementedException(); } }

	}
}