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)

적용 대상