XamlIsland.ContentIsland Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the **ContentIsland** associated with the **XamlIsland**.
public:
property ContentIsland ^ ContentIsland { ContentIsland ^ get(); };
ContentIsland ContentIsland();
public ContentIsland ContentIsland { get; }
var contentIsland = xamlIsland.contentIsland;
Public ReadOnly Property ContentIsland As ContentIsland
Property Value
The **ContentIsland** associated with the **XamlIsland**.