次の方法で共有


ContentIsland.IsConnected プロパティ

定義

これが ContentIslandContentSite接続されているかどうかを取得します。

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

プロパティ値

Boolean

bool

True の場合、これが ContentIslandContentSite接続されている場合は 。それ以外の場合は false。 既定値は true です。

注釈

ContentIsland に接続されている ContentSite 必要があります。

適用対象