次の方法で共有


HierarchyCollectionEventArgs クラス

定義

IIS マネージャーの項目の階層に子ノードが追加されたときに発生するイベントのデータを提供します。

public ref class HierarchyCollectionEventArgs : EventArgs
public class HierarchyCollectionEventArgs : EventArgs
type HierarchyCollectionEventArgs = class
    inherit EventArgs
Public Class HierarchyCollectionEventArgs
Inherits EventArgs
継承
HierarchyCollectionEventArgs

コンストラクター

HierarchyCollectionEventArgs(HierarchyInfo, IEnumerable<HierarchyInfo>)

HierarchyCollectionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

ChildrenAdded

IIS マネージャーの階層に追加された子ノードの一覧を取得します。

HierarchyInfo

IIS マネージャーの項目の階層を取得します。

適用対象