HotSpot.NavigateUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在按一下 HotSpot 物件時所要巡覽的 URL。
public:
property System::String ^ NavigateUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string NavigateUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.NavigateUrl : string with get, set
Public Property NavigateUrl As String
屬性值
在按一下 HotSpot 物件時所要巡覽的 URL。 預設為空字串 ("")。
- 屬性
備註
NavigateUrl使用 屬性可指定要在單擊物件時巡覽至的 HotSpot URL。 只有當 屬性設定為 HotSpotMode.Navigate
時,HotSpotMode此屬性才會生效,以巡覽至URL。