다음을 통해 공유


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

True이면 에 ContentIsland 연결되고, 그렇지 않으면 false입니다 ContentSite. 기본값은 true입니다.

설명

다음을 수행하려면 에 ContentIslandContentSite 연결해야 합니다.

적용 대상