言語

XamlRoot.ContentIsland プロパティ

定義

この XamlRoot に関連付けられている ContentIsland を取得します。

public:
 property ContentIsland ^ ContentIsland { ContentIsland ^ get(); };
ContentIsland ContentIsland();
public ContentIsland ContentIsland { get; }
var contentIsland = xamlRoot.contentIsland;
Public ReadOnly Property ContentIsland As ContentIsland

プロパティ値

この XamlRoot に関連付けられている ContentIsland。

適用対象