System.Windows.Automation.ProxyFactoryCallbackWrapper.UIAutomationClient C# (CSharp) Method

UIAutomationClient() private method

private UIAutomationClient ( IntPtr hwnd, int idObject, int idChild ) : IRawElementProviderSimple
hwnd IntPtr
idObject int
idChild int
return IRawElementProviderSimple
        IRawElementProviderSimple UIAutomationClient.IUIAutomationProxyFactory.CreateProvider(IntPtr hwnd, int idObject, int idChild)
        {
            IRawElementProviderSimple provider = _callback(hwnd, idChild, idObject);
            return provider;
        }