共用方式為


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

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

語法

'宣告
Private Function Remove ( _
    item As T _
) As Boolean Implements ICollection(Of T).Remove
bool ICollection<T>.Remove(
    T item
)

參數

  • item
    類型:T

傳回值

類型:System.Boolean

實作

ICollection<T>.Remove(T)

.NET Framework 安全性

請參閱

參考

ReadOnlyLinkedElementCollection<T> 類別

Microsoft.VisualStudio.Modeling 命名空間