다음을 통해 공유


ContentIsland.IsIslandVisible 속성

정의

연결된 ContentSite에 표시되는지 여부를 ContentIsland 가져오거나 설정합니다.

public:
 property bool IsIslandVisible { bool get(); void set(bool value); };
bool IsIslandVisible();

void IsIslandVisible(bool value);
public bool IsIslandVisible { get; set; }
var boolean = contentIsland.isIslandVisible;
contentIsland.isIslandVisible = boolean;
Public Property IsIslandVisible As Boolean

속성 값

Boolean

bool

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

적용 대상