System.Windows.Automation.VirtualizedItemPattern.Realize C# (CSharp) Method

Realize() public method

public Realize ( ) : void
return void
        public void Realize()
        {
            try
            {
                this._pattern.Realize();
            }
            catch (System.Runtime.InteropServices.COMException e)
            {
                Exception newEx; if (Utility.ConvertException(e, out newEx)) { throw newEx; } else { throw; }
            }
        }