ShareableContentCollection.GetEnumerator method
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ShareableContent)
'Usage
Dim instance As ShareableContentCollection
Dim returnValue As IEnumerator(Of ShareableContent)
returnValue = instance.GetEnumerator()
public IEnumerator<ShareableContent> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<ShareableContent>
Implements
IEnumerable<T>.GetEnumerator()
See also
Reference
ShareableContentCollection class