次の方法で共有


ApplicationDomainCollection クラス

定義

ApplicationDomain オブジェクトのコレクションを表します。

public ref class ApplicationDomainCollection sealed : Microsoft::Web::Administration::ConfigurationElementCollectionBase<Microsoft::Web::Administration::ApplicationDomain ^>
public sealed class ApplicationDomainCollection : Microsoft.Web.Administration.ConfigurationElementCollectionBase<Microsoft.Web.Administration.ApplicationDomain>
type ApplicationDomainCollection = class
    inherit ConfigurationElementCollectionBase<ApplicationDomain>
Public NotInheritable Class ApplicationDomainCollection
Inherits ConfigurationElementCollectionBase(Of ApplicationDomain)
継承

次の例では、 オブジェクトを ApplicationDomainCollection 取得し、コレクション数を表示します。

using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Web.Administration;

namespace AdministrationSnippets
{
    class AplicationDomainCollection
    {
        public void GetApplications()
        {
            ServerManager manager = new ServerManager();
            foreach (WorkerProcess proc in manager.WorkerProcesses)
            {
                ApplicationDomainCollection appDomainCollection = proc.ApplicationDomains;
                Console.WriteLine(proc.ProcessId.ToString() + ": " +
                    appDomainCollection.Count.ToString() + " application domains.");
            }
        }
    }
}

注釈

プロパティは Microsoft.Web.Administration.WorkerProcess.ApplicationDomains オブジェクトを ApplicationDomainCollection 返します。

プロパティ

AllowsAdd

現在のコレクション スキーマで要素名が add 定義されているかどうかを示す値を取得します。

(継承元 ConfigurationElementCollectionBase<T>)
AllowsClear

現在のコレクション スキーマで要素名が clear 定義されているかどうかを示す値を取得します。

(継承元 ConfigurationElementCollectionBase<T>)
AllowsRemove

現在のコレクション スキーマで要素名が remove 定義されているかどうかを示す値を取得します。

(継承元 ConfigurationElementCollectionBase<T>)
Attributes

この要素の属性の一覧を含む構成属性コレクションを取得します。

(継承元 ConfigurationElement)
ChildElements

現在の要素のすべての子要素を取得します。

(継承元 ConfigurationElement)
Count

コレクション内の項目の数を取得します。

(継承元 ConfigurationElementCollectionBase<T>)
ElementTagName

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElement)
IsLocallyStored

構成要素が特定の構成ファイルに格納されているかどうかを示す値を取得します。

(継承元 ConfigurationElement)
Item[Int32]

指定したインデックス位置にある構成要素を取得します。

(継承元 ConfigurationElementCollectionBase<T>)
Item[String]

指定した名前の属性を取得または設定します。

(継承元 ConfigurationElement)
Methods

構成要素のメソッドのコレクションを取得します。

(継承元 ConfigurationElement)
RawAttributes

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElement)
Schema

構成要素コレクションを記述するスキーマを取得します。

(継承元 ConfigurationElementCollectionBase<T>)

メソッド

Add(T)

現在のコレクションの末尾に構成要素を追加します。

(継承元 ConfigurationElementCollectionBase<T>)
AddAt(Int32, T)

指定したインデックス位置にある現在のコレクションに構成要素を追加します。

(継承元 ConfigurationElementCollectionBase<T>)
Clear()

現在のコレクションからすべての構成要素をクリアします。

(継承元 ConfigurationElementCollectionBase<T>)
CreateElement()

現在のコレクションの新しい子要素を作成します。

(継承元 ConfigurationElementCollectionBase<T>)
CreateElement(String)

指定した名前を使用して、新しい子要素を作成します。

(継承元 ConfigurationElementCollectionBase<T>)
CreateNewElement(String)

指定した要素名を使用して、新しい要素を作成します。

(継承元 ConfigurationElementCollectionBase<T>)
Delete()

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElement)
GetAttribute(String)

要求された属性を ConfigurationAttribute 表す オブジェクトを返します。

(継承元 ConfigurationElement)
GetAttributeValue(String)

指定した属性の値を返します。

(継承元 ConfigurationElement)
GetChildElement(String)

現在の構成要素の下にあり、指定した名前を持つ子要素を返します。

(継承元 ConfigurationElement)
GetChildElement(String, Type)

現在の構成要素の下にあり、指定した名前と型を持つ子要素を返します。

(継承元 ConfigurationElement)
GetCollection()

現在の構成要素の既定のコレクションを返します。

(継承元 ConfigurationElement)
GetCollection(String)

現在の構成要素に属するすべての構成要素を返します。

(継承元 ConfigurationElement)
GetCollection(String, Type)

指定した名前と型を持ち、現在の構成要素の下にある構成要素を返します。

(継承元 ConfigurationElement)
GetCollection(Type)

指定した型を持ち、現在の構成要素の下にある構成要素を返します。

(継承元 ConfigurationElement)
GetEnumerator()

コレクションを反復処理する列挙子を返します。

(継承元 ConfigurationElementCollectionBase<T>)
GetMetadata(String)

要素スキーマからメタデータ値を返します。

(継承元 ConfigurationElement)
IndexOf(T)

コレクション内の要素のインデックスを決定します。

(継承元 ConfigurationElementCollectionBase<T>)
Remove(T)

要素の最初の出現箇所をコレクションから削除します。

(継承元 ConfigurationElementCollectionBase<T>)
RemoveAt(Int32)

コレクションの指定したインデックス位置にある 要素を削除します。

(継承元 ConfigurationElementCollectionBase<T>)
SetAttributeValue(String, Object)

指定した属性の値を設定します。

(継承元 ConfigurationElement)
SetMetadata(String, Object)

要素スキーマのメタデータ値を設定します。

(継承元 ConfigurationElement)

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

特定の配列インデックスを開始位置として、配列にコレクションの要素をコピーします。

(継承元 ConfigurationElementCollectionBase<T>)
ICollection.Count

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElementCollectionBase<T>)
ICollection.IsSynchronized

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElementCollectionBase<T>)
ICollection.SyncRoot

ApplicationDomain オブジェクトのコレクションを表します。

(継承元 ConfigurationElementCollectionBase<T>)
IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

(継承元 ConfigurationElementCollectionBase<T>)

適用対象