DropDownChoiceField.RenderFieldForInput 方法
呈现该字段的编辑模式和新的模式。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Sub RenderFieldForInput ( _
output As HtmlTextWriter _
)
用法
Dim output As HtmlTextWriter
Me.RenderFieldForInput(output)
protected override void RenderFieldForInput(
HtmlTextWriter output
)
参数
output
类型:System.Web.UI.HtmlTextWriter接收服务器控件的内容的HtmlTextWriter对象。