DesignerOptions.UseSmartTags 属性

定义

获取或设置一个值,该值指示启用或禁用设计器中的智能标记。

public:
 virtual property bool UseSmartTags { bool get(); void set(bool value); };
public virtual bool UseSmartTags { get; set; }
member this.UseSmartTags : bool with get, set
Public Overridable Property UseSmartTags As Boolean

属性值

Boolean

如果启用设计器中的智能标记,则为 true;否则为 false

注解

此选项不会在Visual Studio“工具” 菜单的 “选项”项上公开。

适用于

另请参阅