Share via


ScopeFolders 接口

定义

对象的集合 ScopeFolder

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

注解

只有 ScopeFolder 对象包含 ScopeFolders 集合。 每个 ScopeFolders 集合都包含与父 ScopeFolder 对象的子文件夹对应的 ScopeFolder 对象。

ScopeFolders使用 ScopeFolder 对象的 属性可返回 ScopeFolders 集合。

不能在 ScopeFolders 集合中添加或删除 ScopeFolder 对象。

属性

Application

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

Count

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

Creator

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

Item[Int32]

返回一个 ScopeFolder 对象,该对象代表父对象的子文件夹。

方法

GetEnumerator()

对象的集合 ScopeFolder

适用于