WebViewBrush.SourceName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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"/>
屬性值
提供 HTML 內容之WebView的Name或x:Name 屬性。
備註
建立 WebViewBrush 與 WebView 控制項來源的關聯有兩個替代方案: