ShareableContentCollection Class

Definition

Maintains a collection of all Shareable content objects.

public ref class ShareableContentCollection : Microsoft::Lync::Model::Internal::UCWLite, System::Collections::Generic::ICollection<Microsoft::Lync::Model::Conversation::Sharing::ShareableContent ^>, System::Collections::Generic::IEnumerable<Microsoft::Lync::Model::Conversation::Sharing::ShareableContent ^>, System::Collections::Generic::IList<Microsoft::Lync::Model::Conversation::Sharing::ShareableContent ^>
public class ShareableContentCollection : Microsoft.Lync.Model.Internal.UCWLite, System.Collections.Generic.ICollection<Microsoft.Lync.Model.Conversation.Sharing.ShareableContent>, System.Collections.Generic.IEnumerable<Microsoft.Lync.Model.Conversation.Sharing.ShareableContent>, System.Collections.Generic.IList<Microsoft.Lync.Model.Conversation.Sharing.ShareableContent>
type ShareableContentCollection = class
    inherit UCWLite
    interface IList<ShareableContent>
    interface ICollection<ShareableContent>
    interface seq<ShareableContent>
    interface IEnumerable
Public Class ShareableContentCollection
Inherits UCWLite
Implements ICollection(Of ShareableContent), IEnumerable(Of ShareableContent), IList(Of ShareableContent)
Inheritance
ShareableContentCollection
Implements

Properties

Count

Returns number of items in the collection.

InnerObject (Inherited from UCWBase)
IsReadOnly
Item[Int32]

Given an index, returns an item in the collection.

Methods

Add(ShareableContent)
Clear()
Contains(ShareableContent)
CopyTo(ShareableContent[], Int32)
GetEnumerator()
IndexOf(ShareableContent)
Insert(Int32, ShareableContent)
Remove(ShareableContent)
RemoveAt(Int32)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to