LazyNode 클래스

정의

ILazyLoadingNode 객체를 구현하는 트리 노드입니다.

public ref class LazyNode abstract : System::Windows::Forms::TreeNode, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ILazyLoadingNode
public abstract class LazyNode : System.Windows.Forms.TreeNode, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ILazyLoadingNode
type LazyNode = class
    inherit TreeNode
    interface ILazyLoadingNode
Public MustInherit Class LazyNode
Inherits TreeNode
Implements ILazyLoadingNode
상속
LazyNode
파생
구현

생성자

Name Description
LazyNode()

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

LazyNode(SerializationInfo, StreamingContext)

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

속성

Name Description
Expandable

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

Expanding

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

메서드

Name Description
CancelExpand()

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

EnumerateChildren()

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

적용 대상