NavigationTermSetItem.Terms 属性

获取所有直接子NavigationTerm此NavigationTerm对象或NavigationTermSet对象的对象。

命名空间:  Microsoft.SharePoint.Client.Publishing.Navigation
程序集:   Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)

语法

声明
Public ReadOnly Property Terms As NavigationTermCollection
    Get
用法
Dim instance As NavigationTermSetItem
Dim value As NavigationTermCollection

value = instance.Terms
public NavigationTermCollection Terms { get; }

属性值

类型:Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermCollection
属于此NavigationTermSetItem对象的子术语集。

备注

如果该对象是NavigationTerm,子对象的Parent属性指向该对象。如果该对象是NavigationTermSet,则Parent属性为空引用(无 在 Visual Basic 中)的顶级子术语。

根据指定的关联的View() 属性修整一些对象中排除术语集。例如,如果NavigationTermSetView.ExcludeDeprecatedTermstrue,则对象将被修整 (即,排除) 从集合如果其IsDeprecated属性为true。

另请参阅

引用

NavigationTermSetItem 类

NavigationTermSetItem 成员

Microsoft.SharePoint.Client.Publishing.Navigation 命名空间