WebViewBrush.SourceName 属性

定义

获取或设置提供 HTML 内容的源 WebView 控件的名称。

public:
 property Platform::String ^ SourceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SourceName();

void SourceName(winrt::hstring value);
public string SourceName { get; set; }
var string = webViewBrush.sourceName;
webViewBrush.sourceName = string;
Public Property SourceName As String
<WebViewBrush SourceName="nameOfWebView"/>

属性值

String

Platform::String

winrt::hstring

提供 HTML 内容的 WebViewNamex:Name 属性

注解

WebViewBrush 与 WebView控件源 关联有两种替代方法:

  • 通过设置 SourceName 属性,按其标识符名称引用源 WebView
  • 通过引用引用、通过调用 SetSource 方法和传递 WebView 对象来引用源 WebView

适用于