다음을 통해 공유


TagCloudItem Constructor

Initializes a new instance of the TagCloudItem class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    count As Long, _
    link As String _
)
'Usage
Dim name As String
Dim count As Long
Dim link As String

Dim instance As New TagCloudItem(name, count, _
    link)
public TagCloudItem(
    string name,
    long count,
    string link
)

Parameters

  • count
    Type: System.Int64

    The number of items that are tagged with the name.

  • link
    Type: System.String

    The link that navigates to the tag profile page.

See Also

Reference

TagCloudItem Class

TagCloudItem Members

Microsoft.SharePoint.Portal.WebControls Namespace