共用方式為


SPWebPartConnection.IsActive property

取得值,這個值,指出是否SPWebPartConnection物件目前為其提供者和消費者控制項之間建立完成,而且能夠交換資料。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property IsActive As Boolean
    Get
'用途
Dim instance As SPWebPartConnection
Dim value As Boolean

value = instance.IsActive
[BrowsableAttribute(false)]
public bool IsActive { get; }

Property value

Type: System.Boolean

請參閱

參照

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace