コード例 #1
0
 /// <summary>
 /// Removes the selected element from the tree view. This removes the
 /// element from the Wix document.
 /// </summary>
 public void RemoveSelectedElement()
 {
     editor.RemoveElement();
 }