TableOfContentsTaxonomyDataSource-Konstruktor
Initialisiert eine neue Instanz des TableOfContentsTaxonomyDataSource -Objekts mithilfe der angegebenen TaxonomySiteMapProvider -Instanz.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
provider As TaxonomySiteMapProvider _
)
'Usage
Dim provider As TaxonomySiteMapProvider
Dim instance As New TableOfContentsTaxonomyDataSource(provider)
public TableOfContentsTaxonomyDataSource(
TaxonomySiteMapProvider provider
)
Parameter
provider
Typ: Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProviderDas TaxonomySiteMapProvider -Objekt als Datenquelle verwenden.
Siehe auch
Referenz
TableOfContentsTaxonomyDataSource Klasse