ContentIsland.IsConnected 属性

定义

获取此 ContentIsland 是否连接到 ContentSite

public:
 property bool IsConnected { bool get(); };
bool IsConnected();
public bool IsConnected { get; }
var boolean = contentIsland.isConnected;
Public ReadOnly Property IsConnected As Boolean

属性值

Boolean

bool

如此,如果此 ContentIsland 已连接到 ContentSite;否则为 false。 默认值为 true。

注解

ContentIsland 必须连接到 ContentSite

适用于