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
衍生
實作

建構函式

名稱 Description
LazyNode()

初始化一個新的類別實例 LazyNode ,使用預設屬性值。

LazyNode(SerializationInfo, StreamingContext)

初始化一個包含指定資訊與上下文的新類別實例 LazyNode

屬性

名稱 Description
Expandable

取得或設定一個值,表示節點 是否可以被擴展

Expanding

會顯示節點是否正在擴展。

方法

名稱 Description
CancelExpand()

指定樹節點應該停止擴展。

EnumerateChildren()

建立子節點並移除假節點(若有)。

適用於