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 オブジェクトが含まれています。

ScopeFolder コレクションをScopeFolders取得するには、ScopeFolder オブジェクトの プロパティを使用します。

ScopeFolders コレクションに ScopeFolder オブジェクトを追加または削除することはできません。

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを返します。

Count

指定したコレクション内の項目の数を示す整数型 ( Integer) の値を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Int32]

親オブジェクトの ScopeFolder サブフォルダーを表す オブジェクトを返します。

メソッド

GetEnumerator()

オブジェクトの ScopeFolder コレクション。

適用対象