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

要添加的项。

实现

适用于