共用方式為


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

要加入的新專案。

實作

適用於