ViewSearchForm.Prompt 属性

获取或设置在搜索表单,其中显示工具提示输入框中,以及屏幕阅读器将其使用的辅助功能 < 输入 > 标记的标题。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property Prompt As String
    Get
    Set
用法
Dim instance As ViewSearchForm
Dim value As String

value = instance.Prompt

instance.Prompt = value
public string Prompt { get; set; }

属性值

类型:System.String
一个字符串,包含 < 输入 > 标记的标题。

另请参阅

引用

ViewSearchForm 类

ViewSearchForm 成员

Microsoft.SharePoint.WebControls 命名空间