使用英语阅读

通过


DeclarativeAssociation 元素

(SolutionManifestDeclarativeExtensions 架构)

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

DeclarativeAssociation 元素派生自 Association 元素。 在中间声明性Microsoft Outlook 2010解决方案中,此元素用于描述 Outlook 文件夹包含的外部内容类型的关联。 具体而言,此元素用于设置或获取映射到关联的实体实例引用的 Outlook 属性。 如果设置,则由外部项选取器功能使用它。

命名空间http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions

架构:SolutionManifestDeclarativeExtensions

<Association  xsl:type="DeclarativeAssociation" xmlns:xsl=http://www.w3.org/2001/XMLSchema-instance"  DisplayNameOfficeItemPropertyName = "String" AssociationName = "String" EntityTypeNamespace = "String" EntityTypeName = "String" ReferenceOfficeItemPropertyName = "String" Name = "String" Description = "String"> </Association>

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 说明
DisplayNameOfficeItemPropertyName 解决方案清单中 OfficeItemPropertyName 的显示名称。 可选。 属性类型: String
AssociationName BDC 模型中的关联名称。 必填。 属性类型: String
EntityTypeNamespace BDC 模型中的实体命名空间的名称。 必填。 属性类型: String
EntityTypeName BDC 模型中的实体名称。 必填。 属性类型: String
ReferenceOfficeItemPropertyName 要在其中存储关联的实体实例引用的 Outlook 属性的名称。 必须与解决方案清单中 OfficeItemProperty 的名称相匹配。 必填。 属性类型: String
名称 关联的名称。 必填。 属性类型: String
说明 关联的说明。 可选。 属性类型: String

子元素

无。

父元素

无。