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