FigureStructure.Add(NamedElement) メソッド

定義

図形に指定された要素を追加します。

public:
 void Add(System::Windows::Documents::DocumentStructures::NamedElement ^ element);
public void Add (System.Windows.Documents.DocumentStructures.NamedElement element);
member this.Add : System.Windows.Documents.DocumentStructures.NamedElement -> unit
Public Sub Add (element As NamedElement)

パラメーター

element
NamedElement

追加する要素。

例外

要素は null です。

適用対象