DesktopSiteBridge.Connect(ContentIsland) Method
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.
Connects a ContentIsland to a DesktopSiteBridge.
public:
virtual void Connect(ContentIsland ^ content) = Connect;
void Connect(ContentIsland const& content);
public void Connect(ContentIsland content);
function connect(content)
Public Sub Connect (content As ContentIsland)
Parameters
- content
- ContentIsland
The ContentIsland to connect to a DesktopSiteBridge.