DelegateControl.AllowMultipleControls 属性

获取或设置一个 Boolean 值,指定是否将所有的子候选控件添加到在运行时的页。

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

语法

声明
Public Property AllowMultipleControls As Boolean
    Get
    Set
用法
Dim instance As DelegateControl
Dim value As Boolean

value = instance.AllowMultipleControls

instance.AllowMultipleControls = value
public bool AllowMultipleControls { get; set; }

属性值

类型:System.Boolean
true将所有的子候选控件添加到在运行时 ; 页否则为false。

备注

子控件添加到委派控制功能中的控件元素的Sequence属性指定的顺序页上。

另请参阅

引用

DelegateControl 类

DelegateControl 成员

Microsoft.SharePoint.WebControls 命名空间