Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Private Function Remove ( _
item As T _
) As Boolean Implements ICollection(Of T).Remove
'使用
Dim instance As ReadOnlyLinkedElementCollection
Dim item As T
Dim returnValue As Boolean
returnValue = CType(instance, ICollection(Of T)).Remove(item)
bool ICollection<T>.Remove(
T item
)
private:
virtual bool Remove(
T item
) sealed = ICollection<T>::Remove
JScript does not support explicit interface implementations.
Parameters
- item
Type: T
Return Value
Type: System.Boolean
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReadOnlyLinkedElementCollection<T> Class