コード例 #1
0
 /// <summary>
 /// Blocking method that returns after the element has been collapsed
 /// </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 Collapse()
 {
     UiaCoreApi.ExpandCollapsePattern_Collapse(_hPattern);
 }