ListFormWebPart.SupportsRelatedWebPartConnections 属性
获取一个值,该值指示是否ListFormWebPart支持连接到相关的 Web 部件。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property SupportsRelatedWebPartConnections As Boolean
Get
用法
Dim instance As ListFormWebPart
Dim value As Boolean
value = instance.SupportsRelatedWebPartConnections
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public bool SupportsRelatedWebPartConnections { get; }
属性值
类型:System.Boolean
true如果ListFormWebPart支持连接到相关的 Web 部件 ;否则为false。此属性始终返回true。
实现
IRelatedFormWebPart.SupportsRelatedWebPartConnections
备注
如果不设置,默认值基于PageType属性的当前值。