Share via


MetadataHierarchyDataSourceControl classe

Reservado para uso interno.. Implementa um controle de fonte de dados que oferece suporte de navegação de metadados.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.HierarchicalDataSourceControl
      Microsoft.Office.Server.WebControls.MetadataHierarchyDataSourceControl

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (em Microsoft.Office.DocumentManagement.dll)

Sintaxe

'Declaração
<MdsCompliantAttribute(IsCompliant := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class MetadataHierarchyDataSourceControl _
    Inherits HierarchicalDataSourceControl _
    Implements IHierarchicalDataSource
'Uso
Dim instance As MetadataHierarchyDataSourceControl
[MdsCompliantAttribute(IsCompliant = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class MetadataHierarchyDataSourceControl : HierarchicalDataSourceControl, 
    IHierarchicalDataSource

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

MetadataHierarchyDataSourceControl membros

Microsoft.Office.Server.WebControls namespace