SharingResourceList Class

Definition

Encapsulates a collection of shareable resources.

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

Properties

Count

Returns number of items in the list.

InnerObject (Inherited from UCWBase)
IsReadOnly
IsShareable

Can the resource list be shared?

Item[Int32]

Given an index, returns an item in the list.

Methods

Add(SharingResource)

Adds a new item to the list.

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

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to