委派控件

上次修改时间: 2008年1月10日

适用范围: SharePoint Foundation 2010

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

Elements

Control

Property

示例

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

<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="https://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>

请参阅

任务

如何:自定义 Delegate 控件

引用

DelegateControl

概念

委派控件(控件模板化)