UserContextType 枚举

注意:此 API 现在已废弃不用。

此枚举不由 Visual Studio SDK 使用。(请参见备注。)指定用户上下文元素的类型。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
<ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL ___domain model to define help system bindings.")> _
Public Enumeration UserContextType
[ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL ___domain model to define help system bindings.")]
public enum UserContextType

成员

成员名称 说明
Attribute 帮助筛选器。
F1Keyword 一个 F1 帮助关键字。
Keyword 帮助关键字。

备注

DSL 工具使用 System.ComponentModel.Design 命名空间支持帮助主题显示。

请参阅

参考

Microsoft.VisualStudio.Modeling.Design 命名空间

HelpKeywordAttribute

HelpKeywordType

IHelpService