ShareableContentCollection.RemoveAt method
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
Dim instance As ShareableContentCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
Parameters
- index
Type: System.Int32
Implements
See also
Reference
ShareableContentCollection class