Share via


SharingResourceList.Insert method

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    item As SharingResource _
)
'Usage
Dim instance As SharingResourceList
Dim index As Integer
Dim item As SharingResource

instance.Insert(index, item)
public void Insert(
    int index,
    SharingResource item
)

Parameters

Implements

IList<T>.Insert(Int32, T)

See also

Reference

SharingResourceList class

SharingResourceList members

Microsoft.Lync.Model.Conversation.Sharing namespace