System.Windows.Automation.ObjectModelPattern.GetUnderlyingObjectModel C# (CSharp) Метод

GetUnderlyingObjectModel() публичный Метод

public GetUnderlyingObjectModel ( ) : object
Результат object
        public object GetUnderlyingObjectModel()
        {
            try
            {
                return this._pattern.GetUnderlyingObjectModel();
            }
            catch (System.Runtime.InteropServices.COMException e)
            {
                Exception newEx; if (Utility.ConvertException(e, out newEx)) { throw newEx; } else { throw; }
            }
        }