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

System.Windows.Automation.Provider.IRawElementProviderSimple.cs « UIAutomationProvider « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2292ca243f8dd09df03b3266dd020a17accd62f6 (plain)
1
2
3
4
5
6
7
namespace System.Windows.Automation.Provider
{
	public  interface IRawElementProviderSimple 
	{		System.Object GetPropertyValue(System.Int32 param0);

	}
}