다음을 통해 공유


HtmlMenuButton.RenderParameters Method

Sends the Parameters content to the provided HtmlTextWriter object, which writes the content to be rendered on the client.

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

Syntax

'Declaration
Protected Sub RenderParameters ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderParameters(output)
protected void RenderParameters(
    HtmlTextWriter output
)

Parameters

Remarks

The method renders an array that contains the all the keys and values of the Parameters property. If the Parameters is not defined, the method renders null to the client.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace