MultiValuedProperty.System.Collections.IList.Insert Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in microsoft.exchange.data.dll)

Syntax

'Declaration

                    Private Sub System.Collections.IList.Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
                  
                    void IList.Insert (
    int index,
    Object value
)
                  
                    private:
virtual void System.Collections.IList.Insert (
    int index, 
    Object^ value
) sealed = IList::Insert
                  
                    J# supports the use of explicit interface implementations, but not the declaration of new ones.
                  
                    JScript supports the use of explicit interface implementations, but not the declarations of new ones.
                  

Parameters

  • index
  • value

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

MultiValuedProperty Class
MultiValuedProperty Members
Microsoft.Exchange.Data Namespace