LazyNode 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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() |
자식을 만들고 가짜 노드가 있으면 제거합니다. |