PathSegmentCollection.Append(PathSegment) 方法

定义

将新项添加到集合。

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

参数

value
PathSegment

要添加的新项。

实现

适用于