WebBrowsableAttribute.Yes 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 WebBrowsableAttribute 屬性設定成 true
,表示 Browsable 類別的新執行個體。
public: static initonly System::Web::UI::WebControls::WebParts::WebBrowsableAttribute ^ Yes;
public static readonly System.Web.UI.WebControls.WebParts.WebBrowsableAttribute Yes;
staticval mutable Yes : System.Web.UI.WebControls.WebParts.WebBrowsableAttribute
Public Shared ReadOnly Yes As WebBrowsableAttribute
欄位值
備註
欄位 Yes 會傳回與呼叫建 WebBrowsableAttribute 構函式相同的結果,並傳遞 true
為 參數。