Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Private Sub Remove ( _
value As Object _
) Implements IList.Remove
'使用
Dim instance As LinkedElementCollection
Dim value As Object
CType(instance, IList).Remove(value)
void IList.Remove(
Object value
)
private:
virtual void Remove(
Object^ value
) sealed = IList::Remove
JScript does not support explicit interface implementations.
Parameters
- value
Type: System.Object
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
LinkedElementCollection<T> Class