共用方式為


PathFigureCollection.Append(PathFigure) 方法

定義

將新項目加入至集合中。

public:
 virtual void Append(PathFigure ^ value) = IVector<PathFigure ^>::Append;
void Append(PathFigure const& value);
public void Append(PathFigure value);
function append(value)
Public Sub Append (value As PathFigure)

參數

value
PathFigure

要加入的新專案。

實作

適用於