ActionDefinition 中的 Parameters 元素
(SolutionManifestDeclarativeExtensions 架构)
适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
Parameters 元素列出了操作接受的所有参数。
命名空间: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
架构:SolutionManifestDeclarativeExtensions
<Parameters > </Parameters>
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
无。
子元素
元素 | 说明 |
---|---|
ActionParameterDefinitions 中的 ConstantParameter 元素(SolutionManifestDeclarativeExtensions 架构) | ConstantParameter 元素为操作定义常数参数。 |
ActionParameterDefinitions 中的 ExpressionParameter 元素(SolutionManifestDeclarativeExtensions 架构) | ExpressionParameter 元素为某个操作定义参数,该操作可采用当前项的上下文中的值。 |
父元素
元素 | 说明 |
---|---|
Actions 中的 UrlAction 元素(SolutionManifestDeclarativeExtensions 架构) | UrlAction 元素用于执行基于 URL 的操作。 |
Actions 中的 CodeMethodAction 元素(SolutionManifestDeclarativeExtensions 架构) | CodeMethodAction 元素用于执行自定义代码操作或由 Microsoft 业务连接 Services (BCS) 提供的预定义操作之一。 |