IBindableVector.Append(Object) 方法

定義

將專案附加至向量結尾。

public:
 void Append(Platform::Object ^ value);
void Append(IInspectable const& value);
public void Append(object value);
function append(value)
Public Sub Append (value As Object)

參數

value
Object

Platform::Object

IInspectable

要附加至向量的專案。

備註

使用 .NET 進行程式設計時,此介面會隱藏,開發人員應該使用 System.Collections.IList 介面。

適用於

另請參閱