コード例 #1
0
        //------------------------------------------------------
        //
        //  Public Methods
        //
        //------------------------------------------------------

        #region Public Methods

        /// <summary>
        /// Blocking method that returns after the element has been expanded
        /// </summary>
        ///
        /// <outside_see conditional="false">
        /// This API does not work inside the secure execution environment.
        /// <exception cref="System.Security.Permissions.SecurityPermission"/>
        /// </outside_see>
        public void Expand()
        {
            UiaCoreApi.ExpandCollapsePattern_Expand(_hPattern);
        }