DesktopWindowXamlSource.SiteBridge 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 DesktopSiteBridge associated with this DesktopWindowXamlSource object.
public:
property DesktopChildSiteBridge ^ SiteBridge { DesktopChildSiteBridge ^ get(); };
DesktopChildSiteBridge SiteBridge();
public DesktopChildSiteBridge SiteBridge { get; }
var desktopChildSiteBridge = desktopWindowXamlSource.siteBridge;
Public ReadOnly Property SiteBridge As DesktopChildSiteBridge
Property Value
The DesktopSiteBridge associated with this DesktopWindowXamlSource object.