ShareableContentCollection.IndexOf method
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function IndexOf ( _
item As ShareableContent _
) As Integer
'Usage
Dim instance As ShareableContentCollection
Dim item As ShareableContent
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
ShareableContent item
)
Parameters
Return value
Type: System.Int32
Implements
See also
Reference
ShareableContentCollection class