Compartilhar via


DomainListTreeView class

Representa um controle de TreeView que exibe os domínios em uma exibição de árvore hierárquica.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.HierarchicalDataBoundControl
          System.Web.UI.WebControls.TreeView
            Microsoft.SharePoint.Portal.WebControls.DomainListTreeView

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Class DomainListTreeView _
    Inherits TreeView
'Uso
Dim instance As DomainListTreeView
public class DomainListTreeView : TreeView

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

DomainListTreeView members

Microsoft.SharePoint.Portal.WebControls namespace