SiteDocuments.NumberOfLinksBeforeMoreMenu プロパティ (Microsoft.SharePoint.Portal.WebControls)
このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text", "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(5)> _
Public Property NumberOfLinksBeforeMoreMenu As Integer
'使用
Dim instance As SiteDocuments
Dim value As Integer
value = instance.NumberOfLinksBeforeMoreMenu
instance.NumberOfLinksBeforeMoreMenu = value
[ResourcesAttribute("Webpart_Property_NumTabsBeforeMoreDropdown_Text", "Webpart_PropertySection_View_Text", "Webpart_Property_NumTabsBeforeMoreDropdown_Description")]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(5)]
public int NumberOfLinksBeforeMoreMenu { get; set; }
関連項目
参照
SiteDocuments クラス
SiteDocuments メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間