委托控件

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

委托控制提供了一种指定特定功能的候选控件的方法,并为这些控件选择功能提供程序。

示例

下面的示例指定用于实现 SharePoint 页中搜索区域的输入框的控件和工具提示。

    <?xml version="1.0" encoding="utf-8" ?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <Control
        Id="SmallSearchInputBox"
        Sequence="100"
        ControlSrc="~/_controltemplates/searcharea.ascx">
        <Property Name="SearchTextToolTip">Search this site</Property>
        <Property Name="SearchImageToolTip">Go</Property>
      </Control>
    </Elements>

另请参阅