SharedWorkspaceLinks Interface
A collection of the SharedWorkspaceLink objects in the current shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Public Class haredWorkspaceLinksImplementation
Implements SharedWorkspaceLinks
End Class
Dim haredWorkspaceLinksImplementation1 As New haredWorkspaceLinksImplementation()
Syntax
Public Interface SharedWorkspaceLinks
Inherits _IMsoDispObj, IEnumerable
public interface SharedWorkspaceLinks : _IMsoDispObj, IEnumerable
public interface class SharedWorkspaceLinks : public _IMsoDispObj, IEnumerable
public interface SharedWorkspaceLinks implements _IMsoDispObj, IEnumerable
public interface SharedWorkspaceLinks implements _IMsoDispObj, , IEnumerable
Remarks
Use the Links property of the SharedWorkspace object to return a SharedWorkspaceLinks collection.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Core Namespace