SharedWorkspaceLinks Interface

Definition

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

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

Remarks

Use the Links property of the SharedWorkspace object to return a SharedWorkspaceLinks 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 SharedWorkspaceLink object from the Links 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, Object, Object)

Adds a link to the list of links in a shared workspace.

GetEnumerator()

Applies to