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
구현

생성자

Name Description
HierarchyTreeNode()

기본 속성 값으로 클래스의 HierarchyTreeNode 새 인스턴스를 초기화합니다.

HierarchyTreeNode(SerializationInfo, StreamingContext)

지정된 정보와 맥락을 가진 클래스의 HierarchyTreeNode 새로운 인스턴스를 초기화합니다.

속성

Name Description
Expandable

노드를 확장할 수 있는지 나타내는 값을 얻거나 설정합니다.

(다음에서 상속됨 LazyNode)
Expanding

노드가 현재 확장 중인지 표시를 받습니다.

(다음에서 상속됨 LazyNode)
Hierarchy

IExplorerHierarchy 객체에 속하는 노드를 받거나 설정합니다.

Icon

HierarchyTreeNode의 일반 아이콘을 받습니다.

Root

계층 구조의 근원을 파악합니다.

SelectedIcon

트리에서 이 노드가 선택되면 아이콘을 받습니다.

ShowPolicyHealthState

정책 상태 표시 여부를 나타내는 값을 받거나 설정합니다.

State

건강 보험 정책을 얻습니다.

메서드

Name Description
CancelExpand()

트리 노드가 확장을 멈추도록 지정합니다.

(다음에서 상속됨 LazyNode)
EnumerateChildren()

자식을 만들고 가짜 노드가 있으면 제거합니다.

(다음에서 상속됨 LazyNode)

적용 대상