共用方式為


ReadOnlyLinkedElementCollection<T>.ICollection<T>.Add 方法

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Private Sub Add ( _
    item As T _
) Implements ICollection(Of T).Add
void ICollection<T>.Add(
    T item
)

參數

  • item
    類型:T

實作

ICollection<T>.Add(T)

.NET Framework 安全性

請參閱

參考

ReadOnlyLinkedElementCollection<T> 類別

Microsoft.VisualStudio.Modeling 命名空間