WebViewBrush.SetSource(WebView) 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.
Sets the source of the content for the WebViewBrush.
public:
virtual void SetSource(WebView ^ source) = SetSource;
void SetSource(WebView const& source);
public void SetSource(WebView source);
function setSource(source)
Public Sub SetSource (source As WebView)
Parameters
Remarks
There are two alternatives for associating a WebViewBrush with a WebView control source:
- Reference the source WebView by its identifier name, by setting the SourceName property.
- Reference the source WebView by reference, by calling the SetSource method and passing a WebView object.