Share via


ShareableContentCollection.Remove method

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

Syntax

'Declaration
Public Function Remove ( _
    item As ShareableContent _
) As Boolean
'Usage
Dim instance As ShareableContentCollection
Dim item As ShareableContent
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    ShareableContent item
)

Parameters

Return value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See also

Reference

ShareableContentCollection class

ShareableContentCollection members

Microsoft.Lync.Model.Conversation.Sharing namespace