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

追加する新しい項目。

実装

適用対象