次の方法で共有


HierarchyTreeNode クラス

定義

独自のアイコンを持ち、エクスプローラー階層の処理方法を認識している、遅延読み込みノードを表します。

public ref class HierarchyTreeNode abstract : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::LazyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchyNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeWithIcon
public abstract class HierarchyTreeNode : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeWithIcon
type HierarchyTreeNode = class
    inherit LazyNode
    interface IExplorerHierarchyNode
    interface INodeWithIcon
Public MustInherit Class HierarchyTreeNode
Inherits LazyNode
Implements IExplorerHierarchyNode, INodeWithIcon
継承
HierarchyTreeNode
実装

コンストラクター

HierarchyTreeNode()

HierarchyTreeNode クラスの新しいインスタンスを既定のプロパティ値で初期化します。

HierarchyTreeNode(SerializationInfo, StreamingContext)

指定された情報およびコンテキストを使用して HierarchyTreeNode クラスの新しいインスタンスを初期化します。

プロパティ

Expandable

ノードを展開できるかどうかを示す値を取得または設定します。

(継承元 LazyNode)
Expanding

ノードが現在展開しているかどうかを示す値を取得します。

(継承元 LazyNode)
Hierarchy

IExplorerHierarchy オブジェクトに属するノードを取得または設定します。

Icon

HierarchyTreeNode の通常のアイコンを取得します。

Root

階層のルートを取得します。

SelectedIcon

このノードがツリーで選択されたときにアイコンを取得します。

ShowPolicyHealthState

ポリシーの正常性状態が表示されるかどうかを示す値を取得または設定します。

State

ポリシーの正常性状態を取得します。

メソッド

CancelExpand()

ツリー ノードが展開を停止するよう指定します。

(継承元 LazyNode)
EnumerateChildren()

子をビルドし、フェイク ノードがある場合は削除します。

(継承元 LazyNode)

適用対象