Share via


SharedWorkspaceFiles 接口

定义

此对象、成员或枚举已弃用,不应在代码中使用。当前共享工作区中对象的集合 SharedWorkspaceFile

public interface class SharedWorkspaceFiles : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C037C-0000-0000-C000-000000000046")]
public interface SharedWorkspaceFiles : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C037C-0000-0000-C000-000000000046")>]
type SharedWorkspaceFiles = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SharedWorkspaceFiles
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

Files使用 对象的 属性SharedWorkspace可返回 SharedWorkspaceFiles 集合。

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Count

返回一个 Integer 类型的值,该值指示指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Int32]

从共享工作区的 Files 集合返回对象SharedWorkspaceFile

ItemCountExceeded

返回一个 布尔 值,该值指示集合中的项数是否超过可在“共享工作区”任务窗格中显示的 99。

Parent

返回指定对象的 Parent 对象。

方法

Add(String, Object, Object, Object)

向共享工作区的文档库中添加文件。

GetEnumerator()

此对象、成员或枚举已弃用,不应在代码中使用。当前共享工作区中对象的集合 SharedWorkspaceFile

适用于