SiteMapNode.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SiteMapNode 的描述。
public:
virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public virtual string Description { get; set; }
member this.Description : string with get, set
Public Overridable Property Description As String
屬性值
字串,表示節點的描述,否則為 Empty。
例外狀況
節點為唯讀。
備註
Title雖然某些導覽控制項會使用 的 SiteMapNode 做為標籤或超連結,但 Description 會做為滑鼠停留事件的工具提示元素。
如果 EnableLocalization 屬性為 true
,則會傳回屬性的 Description 當地語系化值。