SharedWorkspaceMembers Interface

Definition

This object, member, or enumeration is deprecated and is not intended to be used in your code.A collection of the SharedWorkspaceMember objects in the current shared workspace.

public interface class SharedWorkspaceMembers : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0382-0000-0000-C000-000000000046")]
public interface SharedWorkspaceMembers : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0382-0000-0000-C000-000000000046")>]
type SharedWorkspaceMembers = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SharedWorkspaceMembers
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Remarks

Use the Members property of the SharedWorkspace object to return a SharedWorkspaceMembers collection.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns a SharedWorkspaceMember object from the Members collection of the shared workspace.

ItemCountExceeded

Returns a Boolean value that indicates whether the number of items in the collection has exceeded the 99 that can be displayed in the Shared Workspace task pane.

Parent

Returns the Parent object for the specified object.

Methods

Add(String, String, String, Object)

Adds a member to the list of members in a shared workspace.

GetEnumerator()

Applies to