ListFormWebPart.SupportsRelatedWebPartConnections property
取得值,這個值,指出是否ListFormWebPart支援相關的 Web 組件的連線。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<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; }
Property value
Type: System.Boolean
true如果ListFormWebPart支援連線相關的 Web 組件 ;否則, false。這個屬性永遠會傳回true。
Implements
IRelatedFormWebPart.SupportsRelatedWebPartConnections
備註
如果沒有設定預設值根據目前的PageType屬性值。