ILazyLoadingNode 인터페이스

Allows a node to defer the adding of child nodes to its nodes collection until the user has clicked the plus sign (+).

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public Interface ILazyLoadingNode
‘사용 방법
Dim instance As ILazyLoadingNode
public interface ILazyLoadingNode
public interface class ILazyLoadingNode
type ILazyLoadingNode =  interface end
public interface ILazyLoadingNode

ILazyLoadingNode 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Expandable Gets a value indicating whether the node may have children.
공용 속성 Expanding Gets a value indicating whether the node is currently expanding.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CancelExpand Cancels the expanding of the node.
공용 메서드 EnumerateChildren Performs the building of children.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스