次の方法で共有


ContentIsland.IsIslandVisible プロパティ

定義

この ContentIsland が、関連付けられている ContentSiteによって表示されるかどうかを取得または設定します。

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 です。

適用対象