共用方式為


CompositionShapeCollection.Append(CompositionShape) 方法

定義

將新項目加入至集合中。

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

參數

value
CompositionShape

要新增的項目。

實作

適用於