ContextEventHandlers 中的 ContextActivated 元素
(SolutionManifestDeclarativeExtensions 架构)
适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
使用 ContextActivated 元素,可以在上下文变为活动状态时执行指定的操作。
命名空间: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
架构:SolutionManifestDeclarativeExtensions
<ContextActivated ActionName = "String" Description = "String"> </ContextActivated>
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 |
说明 |
---|---|
**ActionName** |
要执行的操作的名称。 必填。 属性类型:**String** |
**描述** |
操作的说明。 可选。 属性类型:**String** |
子元素
无。
父元素
元素 | 说明 |
---|---|
DeclarativeContextDefinition 中的 ContextEventHandlers 元素(SolutionManifestDeclarativeExtensions 架构) | 针对上下文的上下文时间处理程序。 |