Share via


ApplicationSharingViewPropertyDictionary.Remove method (KeyValuePair<ApplicationSharingViewProperty, Object>)

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

Syntax

'Declaration
Public Function Remove ( _
    item As KeyValuePair(Of ApplicationSharingViewProperty, Object) _
) As Boolean
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim item As KeyValuePair(Of ApplicationSharingViewProperty, Object)
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    KeyValuePair<ApplicationSharingViewProperty, Object> item
)

Parameters

Return value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Remove overload

Microsoft.Lync.Model.Conversation.Sharing namespace